Re: source code

2010-06-08 Thread Jimmy O'Regan
On 8 Jun 2010, at 17:42, Genius Mchlachla wrote: Hi how would I copy all the source code for tesseract BaseApi into my own project without libraries or anything? If i simply copy the .h and .cpp files there are many errors. please help. Thanks Google 'static linking'. If you want to try som

Re: newest release of tesseract

2010-06-08 Thread Jimmy O'Regan
On 8 Jun 2010, at 18:40, zdenko podobny wrote: Hello, V3.00 was not released yet. I am not sure what is criteria for stable (you can compile it and run it ;-) ). You can get code via svn: http://code.google.com/p/tesseract-ocr/source/checkout The primary criterion, IMO, is that it should

Re: ways to enhance an image

2010-06-08 Thread Andres
If you can program in C/C++ I recommend you to use OpenCV library. Cheers, Andres 2010/5/31 butch > Use Imagick. > > I use the following command string to pre-process a .tif screen shot > befor passing it to tesseract. > > convert .tif -resample 300x300 .tif > > Where is the base name of the

Re: newest release of tesseract

2010-06-08 Thread zdenko podobny
Hello, V3.00 was not released yet. I am not sure what is criteria for stable (you can compile it and run it ;-) ). You can get code via svn: http://code.google.com/p/tesseract-ocr/source/checkout Zd. On Mon, May 31, 2010 at 4:43 PM, butch wrote: > I have seen mention "tesseract 3.0" in some p

source code

2010-06-08 Thread Genius Mchlachla
Hi how would I copy all the source code for tesseract BaseApi into my own project without libraries or anything? If i simply copy the .h and .cpp files there are many errors. please help. Thanks -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. T

Re: ways to enhance an image

2010-06-08 Thread Salahuddin Pasha
You may also try GraphicsMagick. Example command: gm convert -magnify old.png new.png gm convert -sharpen 6x1 old.png new.png On May 31, 2010, at 2:11 PM, butch wrote: > Use Imagick. > > I use the following command string to pre-process a .tif screen shot > befor passing it to tesseract. > >

Re: BMP files

2010-06-08 Thread Sriranga(77yrsold)
bmp file under "paint" of windows platform On Sat, May 29, 2010 at 3:43 PM, Genius Mchlachla < geniassmchlac...@gmail.com> wrote: > The readme on the source site says that without libtiff, tesseract > only supports tiff files and SOME bmp files. Does anyone know what > kind of bmp files? > > --

BMP files

2010-06-08 Thread Genius Mchlachla
The readme on the source site says that without libtiff, tesseract only supports tiff files and SOME bmp files. Does anyone know what kind of bmp files? -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesser

only read invoice number and Supplier Code from image

2010-06-08 Thread visionrobin
hi Expert: I have got 2 questions to ask, appreciate anyone can give me some tips: trying to vb.net program: 1.how program can be link to scanner? 2.is it possible to only read only invoice and suppler code from image, I don't really need all come to string. any tips would be helpful. Robin

Re: ways to enhance an image

2010-06-08 Thread butch
Use Imagick. I use the following command string to pre-process a .tif screen shot befor passing it to tesseract. convert .tif -resample 300x300 .tif Where is the base name of the tif file. The result is the new file that is 300x300 pixels. If you do a 300x200 it stretches the .tif file in the

how to cat .tr files of tesseract training data of same font

2010-06-08 Thread Tanmay Kolay
Hi, I'm working with tesseract 2.04.I know at least 20 examples of each character must be taken for training.But in bengali there are almost 290 characters.so for each font i need at least 10 images.so i have to cat together the .tr files for each image into a single .tr file.I don't know how t

Can you FORCE tess to pick from a word list?

2010-06-08 Thread teufelsdroch
I'm using tesseract as part of a bigger OMR program, to recognize the names of students. I expect to improve accuracy by handing tesseract a list of 30 or so names from the roster: right now I'm just passing an identical roster to lang.freq-dawg, lang.word-dawg, and lang.user- words. Training wit

error at .tr creation with multipage tif file (unicharset.cpp:105: Assertion `id < this->size()' failed)

2010-06-08 Thread t m
Hi all, I have created a mutlipage TIFFfile using linux libtiff-tools 'tiffcp' command from two TIFF G4 images 'a.tif' and 'b.tif' (see info below). I succeeded to create the 'multipage.box' file without warnings but failed at creating the multipage.tr file from it. $ tiffcp a.tif b.tif multipage.

newest release of tesseract

2010-06-08 Thread butch
I have seen mention "tesseract 3.0" in some posts. I am currently using V2.04 Is V3.xxx stable? If so where can I find it. Distributor ID: Ubuntu Description:Ubuntu 9.10 Release:9.10 Codename: karmic I am running on a x86_64 machine. thanks? -- You received this message be

Re: Call for testers...

2010-06-08 Thread James Le Cuirot
On May 27, 7:17 pm, "Jimmy O'Regan" wrote: > On 27 May 2010 16:33, James Le Cuirot wrote: > > This will only be necessary when checking out from the repository, > > right? Source releases shouldn't require autotools or libtool to be > > installed. I agree that the generated files shouldn't be com

error at .tr creation with multipage tif file (unicharset.cpp:105: Assertion `id < this->size()' failed)

2010-06-08 Thread t m
Hi all, I have created a mutlipage TIFFfile using linux libtiff-tools 'tiffcp' command from two TIFF G4 images 'a.tif' and 'b.tif' (see info below). I succeeded to create the 'multipage.box' file without warnings but failed at creating the multipage.tr file from it. $ tiffcp a.tif b.tif multipage.

error at .tr creation with multipage tif file (unicharset.cpp:105: Assertion `id < this->size()' failed)

2010-06-08 Thread t m
Hi all, I have created a mutlipage TIFFfile using linux libtiff-tools 'tiffcp' command from two TIFF G4 images 'a.tif' and 'b.tif' (see info below). I succeeded to create the 'multipage.box' file without warnings but failed at creating the multipage.tr file from it. $ tiffcp a.tif b.tif multipage.