flutter_ocr_sdk 0.3.1 flutter_ocr_sdk: ^0.3.1 copied to clipboard
A wrapper for Dynamsoft OCR SDK, detecting MRZ in passports, travel documents, and ID cards.
0.3.1 #
- Moved MRZ model to plugin assets.
0.3.0 #
- Supported web development.
0.2.0 #
- Added
MrzLine
class. - Added image pixel format enum.
- Updated recognition APIs to return
List<List<MrzLine>>
instead ofJSON String
.
0.1.0 #
- Updated Dynamsoft Label Recognizer SDK.
- Supported three line MRZ.
0.0.1 #
- Added basic APIs for Android.