I am trying to find C# .NET components that will allow me to scan an image
file (.jpg, .bmp, etc.), extract information and file the form as a .doc,
.xls or even put the information into an SQL database.
There are a few packages being sold (OCR Tools, LEADTOOLS, OCRExpress), but
they are all in the range of $3000 - $4000 for a developer license and
$300-$400 for each application installed after development.
Does anyone know of reasonably priced .NET C# OCR components that I could
include in my application?
Thanks,
Bob Campbell
Hakan Fatih YILDIRIM - 30 Sep 2007 18:00 GMT
maybe you can migrate an pen source OCR software to your
application.Search for an open source OCR software.And also i saw some
cheaper OCR tools on net.
http://googlesystem.blogspot.com/2007/04/open-source-ocr-software-sponsored-by.html
Best Regards,
Hakan Fatih YILDIRIM
MCP
Bob Campbell - 01 Oct 2007 00:36 GMT
Thanks Hakan, I will look into it and let you know
> maybe you can migrate an pen source OCR software to your
> application.Search for an open source OCR software.And also i saw some
[quoted text clipped - 4 lines]
> Hakan Fatih YILDIRIM
> MCP
Erik Lieben - 30 Sep 2007 22:53 GMT
> I am trying to find C# .NET components that will allow me to scan an image
> file (.jpg, .bmp, etc.), extract information and file the form as a .doc,
[quoted text clipped - 9 lines]
> Thanks,
> Bob Campbell
Not sure if it is what you need, but you can also use the OCR support
from Microsoft Office to do OCR detection for free(if you own Office)
in C# applications.
see: http://www.codeproject.com/office/modi.asp
Bob Campbell - 01 Oct 2007 00:34 GMT
Thanks Erik. I will try it.
>> I am trying to find C# .NET components that will allow me to scan an
>> image
[quoted text clipped - 16 lines]
> in C# applications.
> see: http://www.codeproject.com/office/modi.asp