Breaking change:
Based on the feedback, we have restored support for x86_64 processor architecture. Due to the architecture specifics, there is no guarantee that the scanning process will work equally well as it does on the ARM architectures. The main reason for restoring support is to ease the compliance issue for developers.
We distribute SDK with ARMv7, ARM64, x86, and x86_64 native library binaries.
Improvements:
- We have translated complete SDK to following languages: Croatian, Czech, English, French, German, Italian, Portuguese, Slovak, and Spanish.
- We improved document detection with
DocumentCaptureRecognizer. - We are now delivering the complete list of open source dependencies used in the SDK. Please check the
open-source-software-useddirectory.
Minor API changes:
- We removed
RecognizerRunnerViewcustom attributes:mb_initialOrientationandmb_aspectMode. UseRecognizerRunnerView.setInitialOrientationandRecognizerRunnerView.setAspectModeto configure the attributes in the code. - We renamed
EMailParsertoEmailParser - We renamed some methods:
LicensePlatesParser:getLicensePlateStringtogetLicensePlateRegexParser:isUsingSievetoshouldUseSieve,setMustStartWithWhitespacetosetStartWithWhitespace,isMustStartWithWhitespacetoshouldStartWithWhitespace,setMustEndWithWhitespacetosetEndWithWhitespace,isMustEndWithWhitespacetoshouldEndWithWhitespaceRawParser:isUsingSievetoshouldUseSieve