Hi Simon,
have a look on the thread here in this forum with the Subject
"Tessnet2 a .NET assembly using Tesseract engine". Remi has built
a .NET Wrapper for tesseract.
Here the URL for this project:
http://www.pixel-technology.com/freeware/tessnet2
I have converted his C# sample application to
VB.NET 2008 some days
ago. You will find it at
http://www.dornieden.org/tessnet2/Tessnet2VB2008.zip
Regards,
Lothar
On 12 Jun., 12:00, "Simon Buehlmann" <
sbuehlm...@gmail.com> wrote:
> Ray,
> Thank you very much for your details.
> That helps us a lot. If we start using Tesseract, I'm sure we will be able
> to contribute to your project via optimizations as well.
>
> But before using, we have to implement it. And that's where I am not sure:
> Our software is programmed in Visual Basic 2005 using Microsoft Visual
> Studio.
> Is there any possibility to implement Tesseract to our project ?
>
> Thanks !
> Simon
>
> On Thu, Jun 12, 2008 at 2:16 AM, Ray Smith <
theraysm...@gmail.com> wrote:
> > Hi Simon,
>
> > Tesseract used to use a module from the Mitre Corporation, but this has
> > been removed. It is now completely licensed under the Apache 2 licence,
> > which basically gives anyone the ability to use it for any purpose without
> > royalty encumbrances. In using it in a commercial product, about the only
> > thing you have to do is provide a copy of the Apache 2 license<
http://www.apache.org/licenses/LICENSE-2.0>along with the end product. You also have to retain the copyright notices on
> > your own copy of the source code, but you don't have to redistribute it.
>
> > Glad to see another use of Tesseract!
> > Ray.
>
> > On Wed, Jun 11, 2008 at 7:52 AM, Simon Buehlmann <
sbuehlm...@gmail.com>