Re: Re: tesseract improve the reject rate ?

2011-03-28 Thread Dmitri Silaev
As I always say, send the sample image(s) and describe what you need exactly. Maybe you're looking in the wrong direction. Warm regards, Dmitri Silaev On Tue, Mar 29, 2011 at 7:34 AM, liuguanqiang wrote: > Thanks for your reply. > In another case, I use tesseract to recognize Chinese charact

Re: how to pass image "directly" to tesseract

2011-03-28 Thread Dmitri Silaev
See "baseapi.h", functions TesseractRect() SetImage() (reportedly, Pix* variant is more likely to be supported) SetRectangle() Then Recognize() or Get*Text() Since your images are binary, use 1 bit per pixel. Having implemented this approach, you will get image passing work extremely fast. Wa

Re: Newbie tesseract training question

2011-03-28 Thread zdenko podobny
Can you provide example image file (TainingMontage.png)? Zdenko On Mon, Mar 28, 2011 at 11:12 PM, Robin wrote: > Hi, > > I'm reasonably new to tesseract and am trying to train it to recognise > hex characters from a dot matrix LED display. The characters are > clear and well spaced, but the bo

Re: how to pass image "directly" to tesseract

2011-03-28 Thread Quan Nguyen
You certainly can use tessdll.dll of Tess 2.04. A 3.0x DLL is not yet available. On Mar 28, 11:53 am, zl2k wrote: > hi, all > > My application will generate bunch of separate binarized characters > and I need to feed the ocr engine for each of them. It will be very > costly if save each of them o

Re: Automate Tesseract 3.01 language data generation process

2011-03-28 Thread Quan Nguyen
I made some corrections and included the latest updates to the process as outlined in the TrainingTesseract3 wiki. This will correctly build [lang].traineddata file. Be sure to provide the necessary training files in the same folder: [lang].[fontname].exp[num].tif, [lang].font_properties, [lang].w

Re: Automate Tesseract 3.01 language data generation process

2011-03-28 Thread Quan Nguyen
For WinXP, you'd want to click on "Download the Windows Management Framework Core for Windows XP and Windows Embedded package now." link. On Mar 27, 10:37 pm, "Sriranga(78yrsold)" wrote: > Sorry, I tried to download from Download Windows ph2.0 but instead of > download it will go back tohttp://su

tips for improving Tesseract accuracy and speed...

2011-03-28 Thread Andres
...required. Hello people, I'm develping a licence plate recognition system from long ago and I still have to improve the use of Tesseract to make it usable. My first concern is about speed: After extracting the licence plate image, I get an image like this: https://docs.google.com/leaf?id=0Bxk

Re: Re: tesseract improve the reject rate ?

2011-03-28 Thread liuguanqiang
Thanks for your reply. In another case, I use tesseract to recognize Chinese characters. Some Chinese character is recognized as other wrong Chinese character, though they are very different in apperance. The Chinese character has many(dense) strokes is the reason ? In this case, detecting ROI is

Re: how to pass image "directly" to tesseract

2011-03-28 Thread Saurabh Gandhi
what format is your image in? it is very much possible to pass the raw image data to tesseract directly instead of saving it on the disk... -- Regards, Saurabh Gandhi On Mon, Mar 28, 2011 at 10:23 PM, zl2k wrote: > hi, all > > My application will generate bunch of separate binarized characte

Re: tesseract.exe has stopped working on win2008 r2

2011-03-28 Thread moos3
Infraview saved worked. Imagemagick doesnt' seem to work. We are thinking it has to be something up with imagemagicks lzw compression. -- 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@googlegr

Newbie tesseract training question

2011-03-28 Thread Robin
Hi, I'm reasonably new to tesseract and am trying to train it to recognise hex characters from a dot matrix LED display. The characters are clear and well spaced, but the box file generation always results in "Empty page". I'm using tesseract 3, installed from tesseract-ocr-setup-3.00.exe. The

how to pass image "directly" to tesseract

2011-03-28 Thread zl2k
hi, all My application will generate bunch of separate binarized characters and I need to feed the ocr engine for each of them. It will be very costly if save each of them on disk as a tiff file and then call tesseract. Is there a by pass so that my application (C++) can directly call ocr and pass

AW: tesseract.exe has stopped working on win2008 r2

2011-03-28 Thread Lutz, Michael
Sorry, you were not saying this, I mixed some stuff up when reading up on the issue this morning, this was what I was referring to: According irfanview, is compressed as - LZW tif file of 300 DPI What Quan says is correct image is heavily compressed tif one. Tesseract-OCR is supported only u

Re: tesseract.exe has stopped working on win2008 r2

2011-03-28 Thread Dmitri Silaev
Sriranga and Mike, Support for uncompressed TIFFs only is not an issue for a long time! It was only during the period when Tess used a home-brewed TIFF input/output routines. Now Tesseract does support many TIFF variations through the use of Leptonica. Actually I don't use the image handling part

Re: tesseract.exe has stopped working on win2008 r2

2011-03-28 Thread zdenko podobny
On Mon, Mar 28, 2011 at 11:54 AM, Lutz, Michael wrote: > Hi All, > > So the image Richard gave us is a compressed TIF file. Since tesseract only > supports uncompressed TIF images as noticed by Zdenko you will not get any > results from this image. > Incorrect: 1. image support is task of le

Using Tesseract for iOS development

2011-03-28 Thread Leo Gomes
Hello, I've recently integrated Tesseract in an iPhone project thanks to the instructions provided here: https://github.com/nolanbrown/Tesseract-iPhone-Demo Turns out that the OCR process seems to be a bit slow. Well, "slow" is a relative thing, but I would be interested in knowing what are the t