Re: [tesseract-ocr] Diacriticals Training

2020-12-03 Thread shree
1. git clone https://github.com/Shreeshrii/tesstrain-sanPlusMinus 2. cd tesstrain-sanPlusMinus 3. nohup make training MODEL_NAME=sanPlusMinus START_MODEL=san TESSDATA=/home/ubuntu/tessdata_best MAX_ITERATIONS=50 LANG_TYPE=Indic DEBUG_INTERVAL=-1 > plot/sanPlusMinus.LOG & In the last comman

[tesseract-ocr] 'pytesseract-ocr' sometimes shows WRONG Numbers , which were extracted from an Image (URGENT)

2020-12-03 Thread VV Kumar
Hi I am working on an Python Project where, I supposed to extract some numbers from an Image(i.e. Invoice) , which is input to my pytesseract module and I am using image_to_string() function. *pytesseract sometimes shows wrong Numbers as output , which were extracted from an Image. * (I am