Aleksei Matskevich

Results 3 comments of Aleksei Matskevich

```PowerShell tesseract test.png output -l eng cat .\output.txt This package contains an OCR engine - libtesseract and a command line program - tesseract . ``` Calling Tesseract directly works. If...

Yes, I can verify that the file exists, in two ways at once: 1. Run teseract with English directly: ``` tesseract test.png output -l eng cat .\output.txt This package contains...

You mean I have a version of tesseract that is incompatible with opencv? The funny thing is that I didn't install tesseract myself, it was installed along with opencv as...