best_ktp_ocr_flutter 1.0.0 best_ktp_ocr_flutter: ^1.0.0 copied to clipboard
KTP OCR for Android(mlkit) and iOS(vision), smallest size compare to other KTP OCR.
Best KTP OCR Flutter #
Indonesia ID Card (KTP) OCR for Android(mlkit) and iOS(vision), smallest size compare to other OCR.
Platform Support #
Android | iOS |
---|---|
✅ | ✅ |
Requirements #
- Flutter >=3.3.0
- Dart >=3.1.1 <4.0.0
- iOS >=13.0
- Android
compileSDK
28 - Java 17
Example #
Uint8List file = await pickImage(ImageSource.gallery);
_ktpJson =
await Bestktpocrflutter().scanKTP(file);
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and iOS.