flutter_tesseract_ocr
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.4.31
4.9K downloads/mo
#3853 most downloaded on pub.dev
khjde1207/tesseract_ocr
What this package is like to depend on
Last release 2 months ago
01 Jun 2026
Release timing varies
gaps range from 3 weeks to 12 months
Most releases are documented
notes for 25 of 40 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
40 releases · first in 2021
2 releases in the last 12 months
see the full history below
Release timeline
40 releases · May 2021 to Jun 2026Releases
latest 40-
0.4.3101 Jun 2026Release notes
Open source →- feat(ios): Run Tesseract initialization and OCR on background thread to prevent UI freezing
-
0.4.3026 Sep 2025Release notes
Open source →- 16KB Page Size Compatibility Warning on Google Play Console (due to native libraries)
-
0.4.2919 Jul 2025 -
0.4.2810 Nov 2024Nothing published for this version
-
0.4.2712 Oct 2024 -
0.4.2602 Jul 2024 -
0.4.2513 Jun 2024Nothing published for this version
-
0.4.2402 Oct 2023Nothing published for this version
-
0.4.2324 May 2023 -
0.4.2220 Apr 2023Release notes
Open source →- Build with latest version of Tesseract4Android
- Change to latest version of web tesseract
-
0.4.2120 Apr 2023Nothing published for this version
-
0.4.2009 May 2022 -
0.4.1905 Jan 2022 -
0.4.1824 Oct 2021Nothing published for this version
-
0.4.1716 Oct 2021 -
0.4.1623 Sep 2021 -
0.4.1415 Sep 2021Nothing published for this version
-
0.4.1303 Sep 2021Release notes
Open source →- rollback, remove liveocr
- fixes I had this problem when I called the menthod again, the first call was successful
- fixes Web: No Such Method Exception
- add try-catch fixes #13
-
0.4.1226 Aug 2021Release notes
Open source →- fixes I had this problem when I called the menthod again, the first call was successful
-
0.4.1125 Aug 2021Nothing published for this version
-
0.4.1025 Aug 2021 -
0.4.925 Aug 2021Release notes
Open source →- fixes web error (Error: Method not found: 'FlutterTesseractOcr.extractTextLive')
-
0.4.825 Aug 2021 -
0.4.725 Aug 2021 -
0.4.609 Aug 2021 -
0.4.427 Jul 2021 -
0.4.326 Jul 2021Nothing published for this version
-
0.4.222 Jul 2021 -
0.4.121 Jul 2021Nothing published for this version
-
0.4.021 Jul 2021 -
0.3.921 Jul 2021Nothing published for this version
-
0.3.821 Jul 2021 -
0.3.703 Jul 2021 -
0.3.610 May 2021Nothing published for this version
-
0.3.510 May 2021Nothing published for this version
-
0.3.410 May 2021 -
0.3.310 May 2021Nothing published for this version
-
0.3.209 May 2021Nothing published for this version
-
0.3.109 May 2021Nothing published for this version
-
0.3.009 May 2021Release notes
Open source →- 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