Re: where to download apitest? or other sample application?

2012-04-26 Thread zdenko podobny
On Fri, Apr 27, 2012 at 7:24 AM, dev wrote: > Hi, > Where can I download apitest sample mentioned in this page > http://tesseract-ocr.googlecode.com/svn/trunk/vs2008/doc/programming.html > > I manage to download and compile the tesseract source code but i > couldn't find the sample application an

Re: Training tessnet2 with custom font

2012-04-26 Thread zdenko podobny
On Wed, Apr 25, 2012 at 8:49 PM, Sebastian Siatkowski < sebastiansiatkow...@gmail.com> wrote: > I find a ton of data on how to train the tesseract 3 software with new > character sets by using the provided tools. However, I am wondering if > I could accomplish this by using the C# API of tessnet2.

where to download apitest? or other sample application?

2012-04-26 Thread dev
Hi, Where can I download apitest sample mentioned in this page http://tesseract-ocr.googlecode.com/svn/trunk/vs2008/doc/programming.html I manage to download and compile the tesseract source code but i couldn't find the sample application anywhere. I want to know how to start programming tesseract

Re: Version 3.02 in alpha

2012-04-26 Thread zdenko podobny
On Thu, Feb 2, 2012 at 7:55 PM, Ray Smith wrote: > Tesseract 3.02 is now available in svn for preliminary testing, currently > Linux-only. > > There are now 65 languages and some big improvements in layout analysis > and character accuracy. > This version will with luck make it into Ubunto LTS Pr

Re: Nepali Tesseract OCR data files for tesseract ocr

2012-04-26 Thread Rajesh Pandey
> > > Earlier I was interested in creating a Nepali OCR but I am these days > more > > You were going to write the whole engine, from scratch? Wow. > Yes indeed. We(as a team) were creating a complete OCR. We *were*researching and developing a full fledged Nepali OCR. Some of the work is still

Re: Shift Enter between each element of a Excel grid

2012-04-26 Thread Pleiades
I just saw something strange. When I use Tesseract 3.01 on a Excel array in one orientation (landscape), It gets what I told you. When I use an other array in the other orientation (portrait), It works differently. In the second case, I have: 1-1 # FRAC38185_1543-1550_GG_01_0001 (Here the title

Re: The costs are same for every chars which get from TesseractExtractResult method

2012-04-26 Thread TP
On Wed, Apr 25, 2012 at 6:48 PM, Binhua Liu wrote: > But I found every costs – cost[0],cost[1],cost[2] …. They are same. Can > anyone tell me where I am wrong? Try following Dimitri's advice [1] and call: api.SetVariable("save_blob_choices", "T"); before calling SetImage(). [1] http://group