Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 690 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 690 Bytes

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