Problems installing tesseract. the command ```bash cd src/tesseract flit install ``` does not install the package properly. Had to manually install with ``` sudo apt-get install tesseract-ocr ```
Problems installing tesseract.
the command
cd src/tesseract flit installdoes not install the package properly.
Had to manually install with