Update Tesseract for testing
See original GitHub issueHello,
it would be great if we could add the next stable version of Tesseract for testing. In addition we could update the version of the operating system. I mean, why not 😌?
- Tesseract (current 3.04.01) to 4.1.0 (ppa ~alex-p/+archive/ubuntu/tesseract-ocr, required)
- Ubuntu Ubuntu Xenial 16.04 (current) to Bionic 18.04 (optional)
Reasons:
- Unit tests broke in a PR https://github.com/madmaze/pytesseract/pull/215, b/c of an old version of Tesseract and/or Leptonica
- Feature requests like https://github.com/madmaze/pytesseract/issues/172 (related to https://github.com/tesseract-ocr/tesseract/issues/785#issuecomment-451682596) require a newer version of Tesseract
Solution:
We could use Travis to test pytesseract
with Tesseract-OCR 3.04.01 and 4.1.0 on Bionic 18.04 using a simple Dockerfile. I can do that and create a PR, but in this case it would be great to get some opinions first.
Edit:
Fix and change Xenial version from 14.04 to 16.04.
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (12 by maintainers)
Top Results From Across the Web
Upgrade Tesseract OCR - LogicalDOC Community Wiki
More precisely, tests were conducted on version 4.1 of Tesseract. This new version is much more precise in text recognition and also faster,...
Read more >Tesseract User Manual | tessdoc
This user manual is for Tesseract versions 5.x . For versions 4. ... Technical Information; Training for Tesseract 5; Testing; External Projects.
Read more >How to upgrade Tesseract | Blue Prism Product
The safest recommendation is to upgrade your version of Blue Prism and stay with the version of tesseract that's included with the installation....
Read more >Installing Tesseract for OCR
Step #1: Install Tesseract · Step #2: Validate that Tesseract has been installed · Step #3: Test out Tesseract OCR.
Read more >Tesseract OCR in Python with Pytesseract & OpenCV
OCR = Optical Character Recognition. In other words, OCR systems transform a two-dimensional image of text, that could contain machine printed ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep, that’s fine by me.
@int3l I don’t have a strong preference, but I’d recommend we just use the stock beta version to keep the Travis configuration simpler.