flutter_ocr_kit 1.0.0 copy "flutter_ocr_kit: ^1.0.0" to clipboard
flutter_ocr_kit: ^1.0.0 copied to clipboard

A Flutter FFI plugin for OCR with Edge AI. Uses Apple Vision (iOS) / ML Kit (Android) for text recognition and ONNX Runtime for layout detection.

1.0.0 #

  • Initial release
  • Native OCR using Apple Vision (iOS) and Google ML Kit (Android)
  • Layout Detection using ONNX Runtime with PP-DocLayout model
  • Real-time camera OCR support
  • Key Information Extraction (KIE) for dates, phone numbers, amounts
  • Invoice scanner demo (Taiwan e-invoice format)
  • Quotation scanner demo with Layout Detection + OCR
  • iOS: Core ML Execution Provider for faster inference
  • Memory management: OcrKit.releaseLayout() to free resources
1
likes
140
points
102
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter FFI plugin for OCR with Edge AI. Uses Apple Vision (iOS) / ML Kit (Android) for text recognition and ONNX Runtime for layout detection.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

ffi, flutter

More

Packages that depend on flutter_ocr_kit

Packages that implement flutter_ocr_kit