Re: [tesseract-ocr] How to create a PDF ?

2017-03-23 Thread ShreeDevi Kumar
in https://github.com/tesseract-ocr/tesseract/tree/master/tessdata ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Thu, Mar 23, 2017 at 7:04 PM, Saliaj Adrian wrote: > No I don't have pdf.ttf in my

Re: [tesseract-ocr] How to create a PDF ?

2017-03-23 Thread Saliaj Adrian
No I don't have pdf.ttf in my tessdata folder... Where can I find it ? -- 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

Re: [tesseract-ocr] How to create a PDF ?

2017-03-23 Thread ShreeDevi Kumar
see https://github.com/tesseract-ocr/tesseract/wiki/Command-Line-Usage also check that u have pdf.ttf in your tessdata folder https://github.com/tesseract-ocr/tesseract/tree/master/tessdata tesseract --tessdata-dir ./ ./testing/eurotext.png ./testing/eurotext-eng -l eng pdf ShreeDevi

Re: [tesseract-ocr] Can't run tesseract with LSTM

2017-03-23 Thread Jenkar Smithy
Cleaned up and installed from that commit, LSTMs are now functionnal. Thanks! -- 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] PSM for tesseract 3+ versions

2017-03-23 Thread Kazi Moinul Hossain
Is PSM 11,12, 13 available in tesseract 3+ versions? Thanks. Kazi Moinul Hossain -- 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] How to create a PDF ?

2017-03-23 Thread Saliaj Adrian
Hello, How can I can create a PDF with Tesseract ? When I do : tesseract -l fra test.tif out2 -c tessedit_create_hocr=1 It works very good and my HTML file is created. But when I do : tesseract -l fra test.tif out2 -c tessedit_create_pdf=1 It says : "Can not open file

Re: [tesseract-ocr] Can't run tesseract with LSTM

2017-03-23 Thread ShreeDevi Kumar
Ok. I am using an older version ... git log -1 commit 0ff26ee3de166659970d80e50aef4000ff2557b2 Author: zdenop Date: Fri Feb 3 08:15:15 2017 +0100 Merge pull request #698 from stweil/configure configure: Run AVX test only with 64 bit compiler Please try with that.

Re: [tesseract-ocr] Can't run tesseract with LSTM

2017-03-23 Thread Jenkar Smithy
Using tesseract 4.00.00alpha , built from commit 2b52915a740a39944157fd0fda0524fd1d71ef83 -- 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

Re: [tesseract-ocr] Can't run tesseract with LSTM

2017-03-23 Thread ShreeDevi Kumar
what version of tesseract are you running? If you built it, which commit source have you used? ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Thu, Mar 23, 2017 at 4:28 PM, Jenkar Smithy wrote:

Re: [tesseract-ocr] Can't run tesseract with LSTM

2017-03-23 Thread Jenkar Smithy
Tried with your input file - still no dice, throws the same error. Interesting about the charwhitelist, thanks for pointing that out! -- 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] Re: read other languages ​​by tesseract on c #

2017-03-23 Thread abdelaziz mokrani
plz can you send the code , i have the same problem ''Unable to load unicharset file C:\Program Files (x86)\Tesseract-OCR\\eng.unicharset '' Le mardi 4 octobre 2011 12:02:35 UTC+2, Alessandro Latella a écrit : > > Hi guys, I'm trying to run tesseract on c #. > The program works well on English

Re: [tesseract-ocr] Can't run tesseract with LSTM

2017-03-23 Thread ShreeDevi Kumar
There might be some problem with your input file - all the following work for me. Please note that whitelist has no effect in 4.0 $ tesseract input.tif input Tesseract Open Source OCR Engine v4.00.00alpha with Leptonica Page 1 $ tesseract input.tif input --psm 7 Tesseract Open Source OCR Engine