teaching new letters forms

2009-10-06 Thread nicdnepr
is it possible with tessnet2 teach new letters forms? i use images to OCR like this (always upper case) http://i001.radikal.ru/0909/5b/1857084efb21.bmp http://s44.radikal.ru/i105/0909/0c/c9287ee993ac.bmp http://s58.radikal.ru/i162/0909/65/f9adf389cc4a.bmp http://s53.radikal.ru/i139/0909/cc/b987ba9

teaching new letters forms

2009-10-06 Thread nicdnepr
is it possible with tessnet2 teach new letters forms? i use images to OCR like this (always upper case) http://i001.radikal.ru/0909/5b/1857084efb21.bmp http://s44.radikal.ru/i105/0909/0c/c9287ee993ac.bmp http://s58.radikal.ru/i162/0909/65/f9adf389cc4a.bmp http://s53.radikal.ru/i139/0909/cc/b987ba97

teaching new letters forms

2009-10-06 Thread nicdnepr
is it possible with tessnet2 teach new letters forms? i use images to OCR like this (always upper case) http://s53.radikal.ru/i139/0909/cc/b987ba97d0d7.bmp http://s57.radikal.ru/i158/0909/25/2741a2dc6de9.bmp for example it always mistake with lette

teaching new letters forms

2009-10-06 Thread nicdnepr
is it possible with tessnet2 teach new letters forms? i use images to OCR like this (always upper case) http://i001.radikal.ru/0909/5b/1857084efb21.bmp http://s44.radikal.ru/i105/0909/0c/c9287ee993ac.bmp http://s58.radikal.ru/i162/0909/65/f9adf389cc4a.bmp http://s53.radikal.ru/i139/0909/cc/b987ba97

Re: teaching new letters forms

2009-09-26 Thread nicdnepr
l Microfeat > > del tesseract.log > > If you do not understand the above code, forget about it and follow the > articles from my previous email. > > Cheers, > > Svetlin Nakov > > Managing Partner > > Consulting and Information Technology Agency > > http:/

Re: teaching new letters forms

2009-09-24 Thread nicdnepr
gt; From: tesseract-ocr@googlegroups.com [mailto: > tesseract-...@googlegroups.com] > On Behalf Of nicdnepr > Sent: Thursday, September 24, 2009 6:35 PM > To: tesseract-ocr > Subject: teaching new letters forms > > > is it possible with tessnet2 teach new letters forms? >

Re: teaching new letters forms

2009-09-24 Thread nicdnepr
http://s53.radikal.ru/i139/0909/cc/b987ba97d0d7.bmp http://s57.radikal.ru/i158/0909/25/2741a2dc6de9.bmp examples letters On Sep 24, 6:34 pm, nicdnepr wrote: > is it possible with tessnet2 teach new letters forms? > i use images to OCR like this (always upper case) > > for examp

teaching new letters forms

2009-09-24 Thread nicdnepr
is it possible with tessnet2 teach new letters forms? i use images to OCR like this (always upper case) for example it always mistake with letters I-T-J how can i teach tessnet with such letters forms? or maybe make more deep analyzing letters? --~--~-~--~~~---~--~

Re: memory problem

2009-09-19 Thread nicdnepr
spx > > Regards, > > Svetlin Nakov > Managing Partner > Consulting and Information Technology Agency > http://www.citagency.eu > > -Original Message- > From: tesseract-ocr@googlegroups.com [mailto: > tesseract-...@googlegroups.com] > On Behalf Of nicdnepr &

Re: memory problem

2009-09-18 Thread nicdnepr
i try msdn sample to load dynamically assembly Bitmap b = new Bitmap(@"d:\0.bmp"); Assembly a = Assembly.Load("tessnet2_32"); Type myType = a.GetType("tessnet2.Tesseract"); MethodInfo mymethod = myType.GetMethod("DoOCR"); Object obj = Activator.Crea

[no subject]

2009-09-18 Thread nicdnepr
i try msdn sample to load dynamically assembly Bitmap b = new Bitmap(@"d:\0.bmp"); Assembly a = Assembly.Load("tessnet2_32"); Type myType = a.GetType("tessnet2.Tesseract"); MethodInfo mymethod = myType.GetMethod("DoOCR"); Object obj = Activator.Creat

memory problem

2009-09-18 Thread nicdnepr
hi i use Tessnet2 a .NET 2.0 Open Source OCR assembly using Tesseract engine from article http://www.pixel-technology.com/freeware/tessnet2/ after 1000 persed images i have 500 MB memory used in program. how can i resolve this? --~--~-~--~~~---~--~~ You received th