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 ?
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 ?
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.