Re: Tesseract 3.01 Released

2011-10-30 Thread Cong Nguyen
Thanks man! On Sunday, October 30, 2011, zdenko podobny zde...@gmail.com wrote: Hello all, Tesseract 3.01 was released and you can find it in download section [1] or on the Project page in section Featured. Windows installer was build on Windows XP SP3 with VC++ 2008 Express, so maybe you

New version of tesseractdotnetwrapper

2011-07-05 Thread Cong Nguyen
Dear all, New version of tesseractdotnetwrapper has released on 2011 July, 04. It is based-on tesseract-ocr v3.01 r590. Here is the link: http://code.google.com/p/tesseractdotnet/ http://tesseractdotnet.googlecode.com/files/tesseractdotnetwrapper_r590.zip Changed logs and notes: -

RE: Is there a way to specify language data (*including hard path*) from the command line?

2011-05-21 Thread Cong Nguyen
If you have to change code for resolving the problem, you can refer to http://code.google.com/p/tesseractdotnet/source/browse/trunk/dotnetwrapper/T esseractEngineWrapper/tessedit.cpp Search _BUILDASDLL in above file for more details. Hope it helps! Cong. -Original Message- From:

RE: tips for improving Tesseract accuracy and speed...

2011-03-30 Thread Cong Nguyen
Please refer to OPTIMIZING SPEED FOR ADAPTIVE LOCAL THRESHOLDING ALGORITHM USING DYNAMIC PROGRAMMING. Complexity is: O(n), n is number of pixels. -Original Message- From: tesseract-ocr@googlegroups.com [mailto:tesseract-ocr@googlegroups.com] On Behalf Of Max Cantor Sent: Thursday, March

RE: image binarization

2011-03-02 Thread Cong Nguyen
Please be careful with the Otsu algorithm, because we use only one threshold value for whole image. No method is best for all cases J. You should do and compare the results between Otsu algorithm and adaptive threshold algorithm. About adaptive threshold algorithm, you can be based on

RE: text rotated upside down or of 90°

2011-02-28 Thread Cong Nguyen
Dear Giuseppe, Could you post some samples to analyze? If you are afraid that tesseract page layout doesn't work on rotated image, you can run step-by-step as belows: 1. Firstly, you can call tesseract to FindLinesCreateBlockList (have a look at TessBaseAPI class), you should achieved a

RE: Image pre-processing for good OCR results

2011-02-22 Thread Cong Nguyen
Dear Jon, Beginning for analyzing; I try also to detect lines, corners; but results are not good. I think due to images are low contrast. Please try to analyze with some data line profiles: ROI-left-profile: https://picasaweb.google.com/congnguyenba/TesseractBasedOCR#5576706091073985

Re: Wrappers for tessearct3.01?

2011-02-21 Thread Cong Nguyen
Dear devTess, I have just implemented a simple .net wrapper: http://code.google.com/p/tesseractdotnet/w/list Hope it's helpful! Cong. -- You received this message because you are subscribed to the Google Groups tesseract-ocr group. To post to this group, send email to

Re: Wrappers for tessearct3.01?

2011-02-21 Thread Cong Nguyen
Sorry, but it's not spam! I try to send message 3 times, but I cannot see my post! :) So, I try to post once more I have just implemented a simple wrapper here http://code.google.com/p/tesseractdotnet/w/list. Hope it is helpful. Cong. On Feb 18, 11:53 pm, devTess jim...@googlemail.com

Re: Wrappers for tessearct3.01?

2011-02-21 Thread Cong Nguyen
I have just implemented a simple .net wrapper. http://code.google.com/p/tesseractdotnet/w/list Hope it's helpful! -- You received this message because you are subscribed to the Google Groups tesseract-ocr group. To post to this group, send email to tesseract-ocr@googlegroups.com. To

RE: Image pre-processing for good OCR results

2011-02-21 Thread Cong Nguyen
Dear Jon, Try to analyze with some preprocessing steps as belows: Step1: Detect ROI https://picasaweb.google.com/congnguyenba/TesseractBasedOCR#5576366756516993 234 Setp2: Apply low-pass fft filter, with parameters: - intensity threshold is 130 - fft cutoff: 15%