Re: [tesseract-ocr] How to install tesseract 5.2.0 in docker container

2022-07-31 Thread Alejandro Nadal
Hi You should set up the TESSDATA_PREFIX variable aiming to the folder where tesseract is being installed. Check this: https://github.com/AlejandroFNadal/ia_ds_newspaper_analysis/blob/main/lambda/newspaper-to-img-title/build_tesseract.sh and this: https://github.com/AlejandroFNadal/ia_ds_newspaper_

[tesseract-ocr] How to install tesseract 5.2.0 in docker container

2022-07-26 Thread 'Ajinkya' via tesseract-ocr
Hi All, Locally I tried 'brew install tesseract' and it installed 5.2.0. Following 2 commands installed version 5.1.0 RUN add-apt-repository ppa:alex-p/tesseract-ocr5 RUN apt install -y tesseract-ocr Then I downloaded source code tesseract-5.2.0.tar.gz and followed steps in install file: RUN apt