image_text_reader 2.0.0 copy "image_text_reader: ^2.0.0" to clipboard
image_text_reader: ^2.0.0 copied to clipboard

Offline OCR plugin for Flutter using PaddleOCR v5 and ONNX Runtime. Supports on-device text detection and recognition with no internet connection.

Changelog #

2.0.0 #

  • Upgraded to Paddle OCR v6 model (small model size)
    • Better detection
    • Faster processing
    • More accurate results
    • Better for writtern documents
  • Fix: Updated OpenCV dependency
  • Fix: Updated PaddleOCR dependency
  • Fix: Updated ONNX Runtime dependency
  • Fix: Updated Flutter/Kotlin KGP syntax

1.1.1 #

  • Fix: General cleanup and formatting

1.1.0 #

  • Fix: Flutter/Kotlin KGP syntax fixed for version compatibility

1.0.1 #

  • Fix: OCR crop saving and improve recognition

1.0.0 #

Initial release of Image Text Reader.

Features #

  • Fully offline OCR processing
  • PaddleOCR v5 integration
    • Detector: Detection OCRv6
    • Recognizer: Recognition OCRv5
  • ONNX Runtime inference
  • Native Android implementation
  • Extract text from images without internet access
  • No cloud APIs or usage limits

Notes #

This is the first stable release of the package.

2
likes
160
points
307
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Offline OCR plugin for Flutter using PaddleOCR v5 and ONNX Runtime. Supports on-device text detection and recognition with no internet connection.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on image_text_reader

Packages that implement image_text_reader