Re: [tesseract-ocr] How to extract text for processing by tesseract v4?

2019-05-20 Thread Jason Hihn
That's very cool. Thanks! On Mon, May 20, 2019 at 3:47 PM Lorenzo Bolzani wrote: > > I just found this: > https://www.quora.com/How-do-I-fill-holes-in-image-using-image-processing/answer/V-Sri-Chakra-Kumar > > > Il giorno mer 8 mag 2019 alle ore 09:57 Lorenzo Bolzani < > l.bolz...@gmail.com> ha

Re: [tesseract-ocr] How to extract text for processing by tesseract v4?

2019-05-20 Thread Lorenzo Bolzani
I just found this: https://www.quora.com/How-do-I-fill-holes-in-image-using-image-processing/answer/V-Sri-Chakra-Kumar Il giorno mer 8 mag 2019 alle ore 09:57 Lorenzo Bolzani ha scritto: > Hi, > you can try a few things, but you need to write a small script (python, > etc.) or use imagemagick.

[tesseract-ocr] Tire DOT OCR - Black Text, Black Background

2019-05-20 Thread David Bess
Hi All, I am facing challenges reading DOT from a tire. As a person, I can clear make it out with no difficulty. See attached image. In this example the DOT is PJ40 KU1R 2011. I have already tried inverting, and binarisation, but I just do not get any output. Did a lot of research online,

Re: [tesseract-ocr] unicharset_extractor error

2019-05-20 Thread Shree Devi Kumar
Also check if you have two versions of program installed? On Mon, 20 May 2019, 19:14 Shree Devi Kumar, wrote: > What is your Ubuntu version? > > Are you using the ppa for installing? > > On Mon, 20 May 2019, 18:02 anne, wrote: > >> i did "sudo apt-get install tesseract-ocr" >> >> -- >> You rece

Re: [tesseract-ocr] unicharset_extractor error

2019-05-20 Thread Shree Devi Kumar
What is your Ubuntu version? Are you using the ppa for installing? On Mon, 20 May 2019, 18:02 anne, wrote: > i did "sudo apt-get install tesseract-ocr" > > -- > You received this message because you are subscribed to the Google Groups > "tesseract-ocr" group. > To unsubscribe from this group an

Re: [tesseract-ocr] unicharset_extractor error

2019-05-20 Thread anne
i did "sudo apt-get install tesseract-ocr" -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscr...@googlegroups.com. To post to this group, se

[tesseract-ocr] Training on RTL Image , How should the routation of the train data be made ?

2019-05-20 Thread Ido
I noticed that it's written in the documentation that : > "Note that in all cases, even for right-to-left languages, such as Arabic, > the text transcription for the line, *should be ordered left-to-right.* > In other w

Re: [tesseract-ocr] unicharset_extractor error

2019-05-20 Thread Shree Devi Kumar
You need to make sure that you build/install tesseract as well as training_tools, otherwise they may get out of sync. How are you reinstalling it? On Mon, May 20, 2019 at 4:50 PM anne wrote: > Hi, I got this error while running the unicharset_extractor command > "ERROR: shared library version m

[tesseract-ocr] unicharset_extractor error

2019-05-20 Thread anne
Hi, I got this error while running the unicharset_extractor command "ERROR: shared library version mismatch (was 4.1.0-rc1-170-gb6bf, expected 4.1.0-rc2-48-g5320 ". I have already uninstalled Tesseract and reinstalled it again but i still keep getting this error. Any suggestions on how I can sol