textify 0.3.0 copy "textify: ^0.3.0" to clipboard
textify: ^0.3.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 #

All notable changes to this project will be documented in this file.

0.3.0 - 2025-01-07 #

Add #

  • Optional operation mode of AutoCorrection using English Dictionary and AutoCassing of words

Change #

  • new minimum sdk: >=3.6.0, flutter: >=3.27.0

0.2.0 - 2024-12-16 #

Change #

  • Adjust band tolerance to 50% (was 80%)
  • Adjust word gap to 50% (was 75)
  • Adjust gray scale to 190 (was 128)

0.1.9 - 2024-12-15 #

Added #

  • Unit test - convert PNG image to text

0.1.8 - 2024-12-15 #

Changed #

  • Update README.md
  • Update documentation [band.dart, matrix.dart]

0.1.7 - 2024-12-14 #

Changed #

  • Flutter 3.27.0 fix 1 deprecated warning
  • Update packages

0.1.6 - 2024-10-13 #

Changed #

  • Improve Band assignement of artifacts
  • Major refactoring

0.1.5 - 2024-10-12 #

Changed #

  • Update Matrices.json to hit 100% match for the 4 fontds at size 40
  • refactor clean up code

0.1.4 - 2024-10-10 #

Changed #

  • Removed [image_pipeline.dart]
  • Rename "Encloser" to "Enclosure"

0.1.3 - 2024-10-09 #

Changed #

  • Updated README.md
  • Updated Example/Dashboard

Fixed #

  • Fixed enclosure count for 'R'

0.1.2 - 2024-10-08 #

Added #

  • Support for characters: ! @ # & * - + = { } [ ] < > ?

0.1.1 - 2024-10-06 #

Changed #

  • Use embedded fonts for generating template [Arial, Courier, Helvetica, Times New Roman]

0.1.0 - 2024-10-03 #

Changed #

  • Removed unused function
  • Made functions private
  • Documented code

0.0.9 - 2024-10-02 #

Changed #

  • Refactored to handle Bands and detect spaces

0.0.8 - 2024-10-01 #

Added #

  • Documented public API - Artifact, Band, CharacterDefinitions

0.0.7 - 2024-10-01 #

Added #

  • Support for characters: $ ; \

Changed #

  • Refactored to enable better editing of templates

0.0.6 - 2024-10-01 #

Added #

  • Documented Matrix.dart

Changed #

  • Performance improvement: avoid scoring the Artifact for space " "

Fixed #

  • Bug in the Example:Edit Screen

0.0.5 - 2024-09-30 #

Added #

  • New top-level API "String getTextFromImage(IMAGE)"

Changed #

  • Ran dart format .

0.0.4 - 2024-09-30 #

Added #

0.0.3 - 2024-09-30 #

Changed #

  • Updated README.md

0.0.2 - 2024-09-30 #

Added #

  • Support for characters-allowed

Changed #

  • Updated Example - When pasting, just show the resulting text

Fixed #

  • Fixed many typos

0.0.1 - 2024-09-23 #

Added #

  • Initial implementation
6
likes
0
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

A cross-platform Flutter package that extracts text from clean digital images using standard fonts, run offline with no external dependencies.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on textify