tesseract_ocr 0.3.0 copy "tesseract_ocr: ^0.3.0" to clipboard
tesseract_ocr: ^0.3.0 copied to clipboard

outdated

Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition. It has unicode (UTF-8) support, and can recognize more than 100 languages.

0.1.0 #

  • Extract Text from images, Especially helpful when you are extracting single character images.

0.1.1 #

  • fixed path references

0.1.2 #

  • added description

0.1.2+1 #

  • fixed typo

0.1.2+2 #

  • fixed description

0.1.2+3 #

  • added LICENSE

0.1.3 #

  • updated swift version to 4.2

0.2.0 #

  • fixed dependecies

0.2.1 #

  • fixed swift version

0.2.2 #

  • set target swift version to 4.2

0.3.0 #

  • added language support you can pass the language as an optional parameter. TesseractOcr.extractText(imagePath, language: "financial"); if not set it will default to "eng". language must match the name of .traineddata file
79
likes
40
pub points
80%
popularity

Publisher

verified publisherzuzu.dev

Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition. It has unicode (UTF-8) support, and can recognize more than 100 languages.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path, path_provider

More

Packages that depend on tesseract_ocr