Re: [tesseract-ocr] Re: combine_tessdata. Failed to read /usr/share/tesseract-ocr/tessdata/foo.traineddata

2018-07-29 Thread Zdenko Podobny
"undefined symbol" indicate broken installation Zdenko ne 29. 7. 2018 o 1:41 napísal(a): > Updated the previous error was permission. I solved it no I have this > error > > > combine_tessdata: symbol lookup error: combine_tessdata: undefined symbol: > _Z7tprintfPKcz > > > > On Sunday, July 29,

Re: [tesseract-ocr] combine_tessdata. Failed to read /usr/share/tesseract-ocr/tessdata/foo.traineddata

2018-07-29 Thread chandra churh chatterjee
keep the foo.traineddata inside the tessdata folder and then run the command. On Sun, Jul 29, 2018 at 5:00 AM wrote: > I am using a bash script to train LSTM model. I have the images and box > file. > > > My problem is the error returns when the command combine_tessdata > executed . also i have

Re: [tesseract-ocr] combine_tessdata. Failed to read /usr/share/tesseract-ocr/tessdata/foo.traineddata

2018-07-29 Thread eng . ahmed . osama . 1190
I duplicated the tessdata and still getting this error combine_tessdata -u /mnt/e/projects/Training_Tesseract/ocrd-train/usr/share/ tessdata/foo.traineddata /mnt/e/projects/Training_Tesseract/ocrd-train/usr/ share/tessdata/foo. Failed to read /mnt/e/projects/Training_Tesseract/ocrd-train/usr/shar

Re: [tesseract-ocr] Re: combine_tessdata. Failed to read /usr/share/tesseract-ocr/tessdata/foo.traineddata

2018-07-29 Thread eng . ahmed . osama . 1190
Broken installation of which module . I executed make make training sudo make training-install On Sunday, July 29, 2018 at 5:12:43 PM UTC+2, zdenop wrote: > > "undefined symbol" indicate broken installation > > Zdenko > > > ne 29. 7. 2018 o 1:41 > napísal(a): > >> Updated the previous error wa

Re: [tesseract-ocr] combine_tessdata. Failed to read /usr/share/tesseract-ocr/tessdata/foo.traineddata

2018-07-29 Thread Shree Devi Kumar
Continue_from should be used when you want to train a new language based on an existing language or to add some characters to an existing language. There is no existing language called 'foo' - you should replace it with the lang code for the language you are training. On Sun, Jul 29, 2018 at 9:44

Re: [tesseract-ocr] combine_tessdata. Failed to read /usr/share/tesseract-ocr/tessdata/foo.traineddata

2018-07-29 Thread eng . ahmed . osama . 1190
I think this is a mistake in naming the variable CONTINUE_FROM . here it is just a variable. I renamed it but it still the same error. basically, i think the problem with combine_tessdata . combine_tessdata -u /mnt/e/projects/Training_Tesseract/ocrd-train/usr/share/ tessdata/foo.traineddata

[tesseract-ocr] I want processing image black and white for tesseact in IONIC 3

2018-07-29 Thread Tai Doan
Hello everyone. I want processing image black and white for tesseract in IONIC. But I can't work. You can help me.! Thanks you very much. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails

[tesseract-ocr] Does tesseract dictionary support prefix/suffix words?

2018-07-29 Thread Ramast Magdy
For example let's say certain language would write "my book" as "mybook" without spaces. Then there is "hisbook, herbook, theirbook, ...". It doesn't make sense to add all these words to the dictionary for each noun right? Can I use asterisks or something like that in the dictionary to indicate