TSV output not supported. Tesseract >=3.05 required

1.5k views Asked by At

I had a issue with tesseract version.

Error log:

raise TSVNotSupported() pytesseract.pytesseract.TSVNotSupported: TSV output not supported. Tesseract >=3.05 required

How do I install tesseract 3.05 ?

1

There are 1 answers

3
David Kabii On

To you tesseract, you must have Tesseract OCR (the program not the library) installed. This will then enable the python library to work as expected. Additionally, you need to add it to your path.