- 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
.
- Fixed error in script in podspec files for MacOS and iOS.
- Log stdout and stderr from libtesseract functions to the Flutter logger.
- Tested example app on Android Simulator
- Functional complete release.
- Working example app included.
- Tested example app on MacOSX and iPhone Simulator.
- Initial functional release.
- Completed Tesseract bindings.
- Added unit tests.
- Initial non-functional release to https://pub.dev. DO NOT USE.