flutter_ocr_sdk 1.1.0 flutter_ocr_sdk: ^1.1.0 copied to clipboard
A wrapper for Dynamsoft OCR SDK, detecting MRZ in passports, travel documents, and ID cards.
1.1.0 #
- Updated
init()
method. - Implemented
recognizeByBuffer()
method asynchronously for Windows.
1.0.0 #
- Supported iOS development.
0.5.0 #
- Supported Linux development.
0.4.0 #
- Supported Windows development.
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.