Re: [tesseract-ocr] -c textord_min_linesize 3.25 in tesseract 4 give Errormessage

2018-11-13 Thread Vinod Gattani
Correct command tesseract 3tmp3.png.tif s3.txt -l deu --oem 1 --psm 6 -c " *textord_min_linesize=3.25 "* On Tue, Nov 13, 2018 at 6:29 PM Martin Jenniges wrote: > Hello, > > my command-line is tesseract 3tmp3.png.tif s3.txt -l deu --oem 1 --psm 6 > -c *textord_min_linesize 3.25 * > > and receive

Re: [tesseract-ocr] Re: Unable to identify image for number 5 using Eng trained data

2018-10-27 Thread Vinod Gattani
It gave "|" as text. When resized to 50*50, text is "N\". You should check whether font used in the image, is a part of fonts on which English language was trained. Thanks On Sat, Oct 27, 2018 at 3:46 PM wrote: > Can you try this new attached image for Alphabet "M" ? > > On Saturday, October 2

Re: [tesseract-ocr] Unable to identify image for number 5 using Eng trained data

2018-10-27 Thread Vinod Gattani
I used this command: tesseract five_filter_5.jpg ocr.txt --oem 1 --psm 6 -l eng I used "eng.traineddata" from tessdata_best repo. It gave "5" in ocr.txt. On Sat, Oct 27, 2018 at 12:22 PM wrote: > I am using Pytesseract to recognise an image for number 5 and I'm stunned > that even after a

Re: [tesseract-ocr] Re: train more fonts on trained model fas in tesseract

2018-10-24 Thread Vinod Gattani
You can look in this repo. https://github.com/Shreeshrii/tessdata_ocrb. Use finetune-ocrb.sh On Wed, Oct 24, 2018 at 10:29 PM Shree Devi Kumar wrote: > See the wiki page on training 4.0 and follow the tutorial. > > On Wed, 24 Oct 2018, 08:09 , wrote: > >> training/lstmtraining --model_output

Re: [tesseract-ocr] Making custom traineddata

2018-10-16 Thread Vinod Gattani
st. Then build the v4 from scratch. > > On Tue, Oct 16, 2018 at 12:23 PM Vinod Gattani > wrote: > >> Robert/ Zdenko >> >> Yes, in the log I see version "3.4v". >> >> To install v4, I used the link " >> https://github.com/tesseract-ocr/

Re: [tesseract-ocr] Making custom traineddata

2018-10-15 Thread Vinod Gattani
enko Podobny wrote: > Robert is pointing you to right direction. Did you read the log you post > here? > " Tesseract Open Source OCR Engine v3.04.01 with Leptonica" > You are mixing tesseract versions so no surprise of problems. > > Zdenko > > > ut 16. 10. 2

Re: [tesseract-ocr] Making custom traineddata

2018-10-15 Thread Vinod Gattani
using box files instead. Try to check the version of > installed Tesseract. Also note that I'm not the expert here ^.^ > > > wt., 16 paź 2018 o 08:04 Vinod Gattani > napisał(a): > >> Hi All, >> >> I have started a project to do OCR on Identity Cards. I am le

Re: [tesseract-ocr] Making custom traineddata

2018-10-15 Thread Vinod Gattani
Hi All, I have started a project to do OCR on Identity Cards. I am learning to train tesseract models with custom fonts. Please help me on this. Steps till now: 1. git pull https://github.com/tesseract-ocr/tesseract 2. Then I followed instructions on training package till command "sudo make t