且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

NET的开放源代码OCR

更新时间:2022-06-23 00:41:03

使用此链接:
OCR [ OCR来源代码 [
Use this links:
OCR[^]
OCR Source code[^]


不要将自己局限于.NET

多年来,OCR一直是一个已解决的问题-早在.NET出现之前,开放源代码项目就倾向于使用非专有语言.

我是该团队的成员之一,该团队于1988年为PC生产了第一批在商业上成功的OCR产品之一.我希望大多数开源OCR项目都在90年代初期开始.

可能有非常好的开源解决方案-最有可能是C ++.

如果您选择可用的***质量的OCR,然后进行工作以与之交互,那么您会感到很高兴–而不是为次要的OCR解决问题,因为后者很容易合并到您的项目中.

快速搜索即可找到该项目:

http://code.google.com/p/tesseract-ocr/ [
Don''t limit yourself to .NET

OCR has been a solved problem for years -- well before .NET came out, and open source projects tend to use non-proprietary languages.

I was part of the team that produced one of the first comercially successful OCR products for the PC in 1988. I would expect that most open source OCR projects were started in the early 90''s.

There are probably very good open source solutions out there -- most likely in C++.

You are going to be a lot happier if you select the best quality OCR available and then do the work to interface to it -- rather than settling for inferior OCR that''s easy to incorporate in your project.

A quick search turns up this project:

http://code.google.com/p/tesseract-ocr/[^]

Apparently it was pretty accurate back in 1995 and Google has adopted it and done a lot of work on it since 2006.

It''s already ported to Windows and VS2008/2010 -- so all you have to do is interface your .NET code with it.