textify 0.1.0 textify: ^0.1.0 copied to clipboard
A cross-platform Flutter package that extracts text from clean digital images using standard fonts, run offline with no external dependencies.
CHANGELOG #
0.1.0 #
- 2024-10-03 Remove unused function
- 2024-10-03 Made functions private
- 2024-10-03 Document code
0.0.9 #
- 2024-10-02 Refactor to handle Bands and detect spaces
0.0.8 #
- 2024-10-01 Document public API - Artifact, Band, CharacterDefinitions
0.0.7 #
- 2024-10-01 Support characters $ ; \
- 2024-10-01 Refactor to enable better Editing of templates
0.0.6 #
- 2024-10-01 Document Matrix.dart
- 2024-10-01 Perf improvement avoid scoring the Artifact for space " "
- 2024-10-01 Fix bug in the Example:Edit Screen
0.0.5 #
- 2024-09-30 New top level API "String getTextFromImage(IMAGE)"
- 2024-09-30 [dart format .]
0.0.4 #
- 2024-09-30 Link Package to GitHub repo https://github.com/vteam-com/textify
0.0.3 #
- 2024-09-30 Update README.md
0.0.2 #
- 2024-09-30 Fix many typos
- 2024-09-30 Example - When pasting just show the resulting text
- 2024-09-30 Support for characters-allowed
0.0.1 #
- 2024-09-23 Inital implementation