Re: source code

2010-06-09 Thread Genius Mchlachla
Also, If I just want basic OCR ie. supply BMP, return text, what should I use? On Wed, Jun 9, 2010 at 8:44 PM, Genius Mchlachla wrote: > No I don't understand exactly what a .a file does, nor could I find google > static linking. Could you please elaborate? > > > On Wed, Jun 9, 2010 at 5:46 PM,

Re: Forking tesseract.

2010-06-09 Thread Elmer Fittery
Sorry but no. On Wed, 2010-06-09 at 22:17 +0200, Zdenko Podobný wrote: > Hello, > > do you intend to release also tiff/box files for (new) languages (in ) > > Can you provide some short example for punc-dawg and number-dawg file? > > BR, > > Zd. > > > Dňa 25.05.2010 06:44, Ray Smith wrote /

Re: Forking tesseract.

2010-06-09 Thread Zdenko Podobný
Hello, do you intend to release also tiff/box files for (new) languages (in ) Can you provide some short example for punc-dawg and number-dawg file? BR, Zd. Dn(a 25.05.2010 06:44, Ray Smith wrote / napísal(a): > I would be very happy for someone to take over maintenance of the autotools > par

Re: source code

2010-06-09 Thread Jimmy O'Regan
On 9 June 2010 19:44, Genius Mchlachla wrote: > No I don't understand exactly what a .a file does, nor could I find google > static linking. Could you please elaborate? > http://lmgtfy.com/?q=static+linking -- jimregan, that's because deep inside you, you are evil. Also not-so-deep inside yo

Re: source code

2010-06-09 Thread Genius Mchlachla
No I don't understand exactly what a .a file does, nor could I find google static linking. Could you please elaborate? On Wed, Jun 9, 2010 at 5:46 PM, Jimmy O'Regan wrote: > On 9 June 2010 16:17, Genius Mchlachla wrote: > > Sorry, I am using Win7 64bit and GNU C++ compiler. Now > which referenc

Re: source code

2010-06-09 Thread Jimmy O'Regan
On 9 June 2010 16:17, Genius Mchlachla wrote: > Sorry, I am using Win7 64bit and GNU C++ compiler. Now which references do I > need etc... Well, I don't know what parts you're using, so I can't tell you. Copy the various parts from the various Makefile.in files in the different directories of the

Re: source code

2010-06-09 Thread Genius Mchlachla
Sorry, I am using Win7 64bit and GNU C++ compiler. Now which references do I need etc... If I were to compile tesseract project (as opposed to tessdll or dlltest) would it create an exe or some sort of library or something? I tried Project->export makefile from VS but it doesn't exist. On Wed, Jun

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

2010-06-09 Thread Jimmy O'Regan
On 9 June 2010 11:41, Tanmay Kolay wrote: > but it is written in "how to train tesseract ocr-wiki pages" that all the > characters of a single font must be there within a single tr file. > I've done what you are saying but after training it is not recognizing > characters well. > So it does. The

Re: source code

2010-06-09 Thread Jimmy O'Regan
On 9 June 2010 08:38, Genius Mchlachla wrote: > Ok sorry about that. I want to use tesseract baseAPI (just basic OCR > functions, no training etc..) but I can't use .dll or .a libraries. So the > only way I thought of doing it was by copying all the header and .cpp files > into my Eclipse IDE c++

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

2010-06-09 Thread Tanmay Kolay
but it is written in "how to train tesseract ocr-wiki pages" that all the characters of a single font must be there within a single tr file. I've done what you are saying but after training it is not recognizing characters well. On Wed, Jun 9, 2010 at 3:53 PM, Jimmy O'Regan wrote: > On 8 June 20

Re: source code

2010-06-09 Thread Genius Mchlachla
Ok sorry about that. I want to use tesseract baseAPI (just basic OCR functions, no training etc..) but I can't use .dll or .a libraries. So the only way I thought of doing it was by copying all the header and .cpp files into my Eclipse IDE c++ project. But when I compile, I get a whole bunch of err

Re: BMP files

2010-06-09 Thread Genius Mchlachla
If I ever manage to implement tesseract in my own project I think I can use this sort of bmp. On Wed, Jun 9, 2010 at 11:21 AM, Jimmy O'Regan wrote: > On 29 May 2010 11:13, Genius Mchlachla wrote: > > The readme on the source site says that without libtiff, tesseract > > only supports tiff files

Re: only read invoice number and Supplier Code from image

2010-06-09 Thread Jimmy O'Regan
On 7 June 2010 12:33, visionrobin wrote: > hi Expert: > > I have got 2 questions to ask, appreciate anyone can give me some > tips: > > trying to vb.net program: > You'll probably want http://www.pixel-technology.com/freeware/tessnet2/ > 1.how program can be link to scanner? > Tesseract does no

Re: Can you FORCE tess to pick from a word list?

2010-06-09 Thread Jimmy O'Regan
On 31 May 2010 23:23, teufelsdroch wrote: > 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,  

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

2010-06-09 Thread Jimmy O'Regan
On 8 June 2010 13:46, Tanmay Kolay wrote: > 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

Re: Call for testers...

2010-06-09 Thread Jimmy O'Regan
On 29 May 2010 14:58, James Le Cuirot wrote: > 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 >> > installe

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

2010-06-09 Thread Jimmy O'Regan
On 8 June 2010 09:03, t m wrote: > 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 fi

Re: BMP files

2010-06-09 Thread Jimmy O'Regan
On 29 May 2010 11:13, Genius Mchlachla 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? > Tesseract's native support is in image/imgbmp.cpp; it looks like only very simple BMP file

Re: BMP files

2010-06-09 Thread Jimmy O'Regan
On 8 June 2010 14:58, Sriranga(77yrsold) wrote: > bmp file under "paint"  of windows platform > If you don't understand the question, don't try to answer. -- jimregan, that's because deep inside you, you are evil. Also not-so-deep inside you. -- You received this message because you are sub