[tesseract-ocr] Is It possible use tesseractOCR in CLI/C++ project?

2018-02-26 Thread valjok1977
Hello, Environment - Tesseract Version: tesseract 4.00.00dev leptonica-1.75.3 (Feb 20 2018, 16:23:57) [MSC v.1911 LIB Debug x64] libgif 5.1.4 : libjpeg 9b : libpng 1.6.34 : libtiff 4.0.9 : zlib 1.2.11 : libwebp 0.6.1 : libopenjp2 2.3.0 - Platform: Platfor

Re: [tesseract-ocr] Tesseract is giving column data on the last line of file

2018-02-26 Thread ShreeDevi Kumar
try -c page_separator= "\n" or the code for CRLF -- 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

Re: [tesseract-ocr] Tesseract is giving column data on the last line of file

2018-02-26 Thread adarsh
Thanks alot shree. On Monday, February 26, 2018 at 2:04:04 PM UTC+5:30, shree wrote: > > try > > -c page_separator= "\n" > > or the code for CRLF > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receivi

[tesseract-ocr] Recognize cursive english letters from Image or Photos

2018-02-26 Thread Rajamani Giridharan
Hi, Tesseract Version 3.04.01 is unable to read cursive text from the product labels (image/photos) like Kelloggs, Nivea, etc. The tesseract code downloaded from github is returning 'null' results. I tried changing the size of the image and also increased the resolution,but none of them is retu

[tesseract-ocr] Image enhancement using Tesseract and Ionic 2/3

2018-02-26 Thread sunit . kajrekar
We are developing an app with OCR capability using Ionic and Tesseract. We are successfully able to capture the image using device's camera but we want to enhance the image using some advanced filters. We came across this link : https://github.com/tesseract-ocr/tesseract/wiki/ImproveQuality Th

Re: [tesseract-ocr] Tesseract convert image to gibberish

2018-02-26 Thread Dusayanta Prasad
Can you please send me the link for Tesseract 4? Tell me the method you used to perform the OCR On Sunday, February 25, 2018 at 9:48:32 PM UTC+5:30, shree wrote: > > which version of tesseract are you using? > > See attached results with Tesseract 4 and eng from tessdata_fast > > > > ShreeDevi > _

Re: [tesseract-ocr] Tesseract convert image to gibberish

2018-02-26 Thread Dusayanta Prasad
I am using tesseract in ubuntu command line, the version is tesseract 3.04.01 leptonica-1.73 libgif 5.1.2 : libjpeg 8d (libjpeg-turbo 1.4.2) : libpng 1.2.54 : libtiff 4.0.6 : zlib 1.2.8 : libwebp 0.4.4 : libopenjp2 2.1.0 Regarding the part of gibberish text, i had to convert the image to .tif

Re: [tesseract-ocr] Tesseract convert image to gibberish

2018-02-26 Thread ShreeDevi Kumar
You can download latest version of tesseract-ocr and appropriate traineddata from https://launchpad.net/~alex-p/+archive/ubuntu/tesseract-ocr I ran tesseract via command line with default values. You may need to remove the existing old version, before installing new. On 27-Feb-2018 1:14 AM, "D

[tesseract-ocr] Re: Recognize cursive english letters from Image or Photos

2018-02-26 Thread adarsh
Hi Rajamani The issue you might be facing is that Tesseract Reads text for the Fonts it is trained for. The K in kellogs is not in a proper format which can't be read by Tesseract. Hope this helps. Regards Adarsh SHUKLA On Monday, February 26, 2018 at 9:03:32 PM UTC+5:30, Rajamani Giridharan