flusseract 0.1.3 copy "flusseract: ^0.1.3" to clipboard
flusseract: ^0.1.3 copied to clipboard

Flutter plugin for the Tesseract OCR library.

0.1.3 #

  • Added tesseract API to extract text from a multi-page tiff document.
  • Fixed issue where page segment mode value was being ignored.
  • Default page segment mode to PageSegMode.auto.

0.1.2 #

  • Fixed error in script in podspec files for MacOS and iOS.

0.1.1 #

  • Log stdout and stderr from libtesseract functions to the Flutter logger.
  • Tested example app on Android Simulator

0.1.0 #

  • Functional complete release.
  • Working example app included.
  • Tested example app on MacOSX and iPhone Simulator.

0.0.2 #

  • Initial functional release.
  • Completed Tesseract bindings.
  • Added unit tests.

0.0.1 #