Skip to content

v4.9.0

Compare
Choose a tag to compare
@i1E i1E released this 26 Apr 08:21
· 341 commits to master since this release
79f342c

New features:

  • added support for reading all passports with MRZ - use PassportRecognizer

Improvements for existing features:

  • added tryBothOrientations option to DocumentFaceRecognizer which defines whether document will be scanned in both orientations (normal and upside down)
  • GermanyCombinedRecognizer.Result:
    • added getter for the full MRZ string: getRawMrzString
  • added support for reading commercial code in two rows for HongKongIdFrontRecognizer
  • added support for HongKongIdFrontRecognizer 2018 version
  • improved reading accuracy for the following recognizers (DeepOCR support):
    MalaysiaIKadFrontRecognizer
  • improved scanning time of all Malaysian ID front recognizers: MalaysiaMyKadFrontRecognizer, MalaysiaMyKasFrontRecognizer, MalaysiaMyPrFrontRecognizer, MalaysiaMyTenteraFrontRecognizer

Minor API changes:

  • Scanning timeout that can be configured by using RecognizerBundle.setNumMsBeforeTimeout is by default set to RecognizerBundle.TIMEOUT_INFINITY, which means that timeout is disabled by default. Previous default timeout value was 10 seconds.

Bug fixes:

  • DPI options on images are now correctly applied to dewarped image results in DocumentFaceRecognizer.Result