Message from discussion
Using tesseract in a C# application
MIME-Version: 1.0
Received: by 10.151.6.2 with SMTP id j2mr1263638ybi.26.1234784624442; Mon, 16
Feb 2009 03:43:44 -0800 (PST)
Date: Mon, 16 Feb 2009 03:43:44 -0800 (PST)
In-Reply-To: <20d85393-ffa9-42da-bcee-2fe686523b73@j39g2000yqn.googlegroups.com>
X-IP: 93.217.116.39
References: <cfc76cc5-be3c-4973-ad86-e693e919707d@f11g2000vbf.googlegroups.com>
<20d85393-ffa9-42da-bcee-2fe686523b73@j39g2000yqn.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.9.0.6)
Gecko/2009011913 Firefox/3.0.6,gzip(gfe),gzip(gfe)
Message-ID: <bdf41f10-9901-4b06-8ade-a0fef3d47d9e@k19g2000yqg.googlegroups.com>
Subject: Re: Using tesseract in a C# application
From: Lothar <lot...@dornieden.org>
To: tesseract-ocr <tesseract-ocr@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi,
have a look at tessnet2:
http://www.pixel-technology.com/freeware/tessnet2/
It's a C# wrapper fpr tesseract.
Regards
Lothar
www.dornieden.org
On 16 Feb., 04:28, nguyenq <nguyen...@gmail.com> wrote:
> Take a look at VietOCR.NET, a C# GUI frontend integrating
> Tessnet2 .NET wrapper for Tesseract 2.03 OCR engine.
>
> http://vietocr.sf.net
>
> On Feb 15, 10:47=A0am, Waspinator <patrickw...@gmail.com> wrote:
>
> > Hi,
>
> > I would like to create a simple GUI for tesseract-ocr using C#.
>
> > I'm not sure how to include the tesseract-ocr functionality into my
> > program.
> > I'm hoping that it would be as easy as having "using tesseract-ocr;"
> > or something similar at the top of my code.
> > I guess what I'm looking for is some soft of tesseract SDK that would
> > let me OCR just a portion of an image file.
>
> > I'm using MonoDevelop 1.0 on Ubuntu 8.10.
>
> > Can someone point me in the right direction?
>
> > Thanks,
>