flutter_vision 1.1.0 copy "flutter_vision: ^1.1.0" to clipboard
flutter_vision: ^1.1.0 copied to clipboard

A Flutter plugin for managing both Yolov5 model and Tesseract v4, accessing with TensorFlow Lite 2.x. Support object detection and OCR on both iOS and Android.

1.1.0 #

  • loadOcrModel, ocrOnFrame, and closeOcrModel have been removed. Instead, Yolo and Tesseract operate independently of each other.
  • Models no longer returns responseHandler as output. Instead, it returns a List<Map<String, dynamic>>.
  • The Tesseract model has been updated to version 5.0.0, resulting in improved accuracy.
  • New methods have been added: loadYoloModel, yoloOnFrame, yoloOnImage, closeYoloModel, loadTesseractModel, tesseractOnImage, and closeTesseractModel.
  • Support is now available for both Yolov5 and Yolov8.
  • Resource management has been improved, and all models now operate in the background.

1.0.0 #

  • Methods for Yolov5 now is available (loadYoloModel, yoloOnFrame, closeYoloModel).
  • Yolov5 and OCR model now is independent one to each other.

0.0.2 #

  • best parameter has been removed

0.0.1 #

  • Initial release.
77
likes
0
pub points
91%
popularity

Publisher

verified publisheryurihuallpa.com

A Flutter plugin for managing both Yolov5 model and Tesseract v4, accessing with TensorFlow Lite 2.x. Support object detection and OCR on both iOS and Android.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path, path_provider

More

Packages that depend on flutter_vision