Skip to content

Commit

Permalink
Add info about changed default max_resolution to 2048 in GoogleAzureOCR
Browse files Browse the repository at this point in the history
  • Loading branch information
Paethon committed Apr 29, 2024
1 parent 14da07a commit 70ae62b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ The version numbers are according to [Semantic Versioning](http://semver.org/).
## Release v0.0.26 (2024-04-29)
### Added
- Added support to detect and decode QR-codes as well as different forms of barcodes to all OCR wrappers. Internally, the zbar library is used. The QR/bar-codes will be added as bounding boxes, and the contained information is returned as the OCR text. The text is formatted in the form `TYPE[[DATA]]` (e.g. `QRCODE[[Encoded Information]]`). Valid types can be found in the `pyzbar.pyzbar.ZBarSymbol` enum. For this to work, the argument `add_qr_barcodes=True` has to be supplied when creating the wrapper (default is `False`) and the `pyzbar` Python library, as well as the zbar system library have to be installed (install ocr_wrapper with the optional dependecy `qr_barcodes`.
### Changed
- Changed default max_resolution from 4096 to 2048 in `GoogleAzureOCR`. The high resolution leads to very long OCR times and should not have been this big in the first place

## Release v0.0.25 (2024-04-23)
### Added
Expand Down

0 comments on commit 70ae62b

Please sign in to comment.