[tesseract-ocr] How can i use tesseract-ocr-for-php on windows wamp?

2017-07-21 Thread arslanahmad12345566
I am trying to use tesseract-OCR-for-PHP .I installed tesseract-ocr it works for me when I tried using cmd. I am trying to use tesseract-OCR-for-PHP(Github) I follow the steps on Github but doesn't work for me How can I use tesseract-OCR-for-PHP? -- You received this message because you are

Re: [tesseract-ocr] Using TessPDFRenderer in tesseract 3.05 in C++

2017-07-21 Thread ShreeDevi Kumar
take a look at tesseractmain.cpp . 352 api->GetBoolVariable ("tessedit_create_pdf", ); 353 if (b) { 354 bool textonly; 355

Re: [tesseract-ocr] Using TessPDFRenderer in tesseract 3.05 in C++

2017-07-21 Thread Roger Jefferson
The command line works OK but I need to integrate this. So, I need to do this in C++. On Friday, July 21, 2017 at 6:25:14 PM UTC+10, shree wrote: > > Are you able to create pdfs using commandline? > > ShreeDevi > > भजन - कीर्तन - आरती

Re: [tesseract-ocr] Train tess4 LSTM with own images

2017-07-21 Thread ShreeDevi Kumar
currently lstm training is only supported for box/tiff pairs generated by text2image via tesstrain.sh script. ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Fri, Jul 21, 2017 at 12:55 PM, Sophea PRUM

Re: [tesseract-ocr] Using TessPDFRenderer in tesseract 3.05 in C++

2017-07-21 Thread ShreeDevi Kumar
Are you able to create pdfs using commandline? ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Fri, Jul 21, 2017 at 12:09 PM, Roger Jefferson < roger.t.jeffer...@gmail.com> wrote: > I want to use tesseract 3.05 to

[tesseract-ocr] Train tess4 LSTM with own images

2017-07-21 Thread Sophea PRUM
Hello, I'm actually working with tesseract 4. I would like to train tesseract 4 lstm model by using our existing images. I do following this link https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00 Unfortunately, it provides only the tutorial to train tesseract with text

[tesseract-ocr] Using TessPDFRenderer in tesseract 3.05 in C++

2017-07-21 Thread Roger Jefferson
I want to use tesseract 3.05 to generate searchable PDF programmatically in C++. Here is my code: int main(int argc, const char * argv[]){ tesseract::TessBaseAPI *api = new tesseract::TessBaseAPI(); // Initialize tesseract-ocr with English, without specifying tessdata path if