Re: [tesseract-ocr] Neural networks in tesseract 4.0

2017-05-22 Thread ShreeDevi Kumar
https://github.com/tesseract-ocr/tesseract/wiki/4.0-with-LSTM https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00 ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Mon, May 22, 2017 at 8:31 PM,

[tesseract-ocr] Neural networks in tesseract 4.0

2017-05-22 Thread Thilina Jayathilaka
The latest version of tesseract contains a customizable neural network as mentioned in it's documentation. What is the actual purpose of this- does it enhance the character recognition? Is there any guidelines documented on how to train/create the neural network for tesseract 4.0? -- You

Re: [tesseract-ocr] Generating a PDF with Tesseract C++

2017-05-22 Thread ShreeDevi Kumar
Look at the examples in https://github.com/tesseract-ocr/docs/blob/master/das_tutorial2016/2ArchitectureAndDataStructures.pdf ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Mon, May 22, 2017 at 7:34 PM, Saliaj Adrian

Re: [tesseract-ocr] Generating a PDF with Tesseract C++

2017-05-22 Thread Saliaj Adrian
Thank you but it still doesn't work... Can someone just tell me what should be add to this code to generate a PDF output ? #include #include int main() { fprintf(stderr, "Heyhey !\n"); char * outText; tesseract::TessBaseAPI *api = new tesseract::TessBaseAPI(); if

[tesseract-ocr] Re: Wrong or missing Segmentation of Words

2017-05-22 Thread puneet sinha
Hi Thomas, are you able to extract the text from the given image ? can you share the steps how you got all right and OCR worked correctly for you On Thursday, 4 May 2017 17:42:32 UTC+5:30, Thomas Zipproth wrote: > > We tried to read english documents with the C++ API (Tesseract 3 and 4), > but