当前位置: 首页 > news >正文

沈阳企业网站制作长春网站建设制作

沈阳企业网站制作,长春网站建设制作,中山网站建设文化方案,做问卷调查的是哪个网站好6 个优秀的开源 OCR 光学字符识别工具 纸张在许多地方已日益失宠,无纸化办公谈论40多年,办公环境正限制纸山的生成。而过去几年,无纸化办公的概念发生了显着的转变。在计算机软件的帮助 下,包含大量重要管理数据和资讯的文档可以更…

6 个优秀的开源 OCR 光学字符识别工具


纸张在许多地方已日益失宠,无纸化办公谈论40多年,办公环境正限制纸山的生成。而过去几年,无纸化办公的概念发生了显着的转变。在计算机软件的帮助 下,包含大量重要管理数据和资讯的文档可以更方便的以电子形式储存。扫描文档的好处不纯粹是存档理由。为了访问基于纸张的信息和将信息整合进数字工作流, 光学字符识别(OCR)技术至关重要。选择正确的OCR工具要基于特定需求而定,例如在线OCR服务对某些人有用,但可能存在隐私问题和文件大小限制。 OCR软件非大众产品,因此开源替代相对于商业级重量级产品相对较少,再加上OCR软件需要先进的算法将扫描的图像正确翻译成实际的文字,而图像不仅仅含 有文字,它还包含布局、图形和表格,可能会跨越多页。

优秀的开源OCR软件包括:

Tesseract

原本由惠普开发的图像识别类库tesseract-ocr已经更新到2.04, 就是最近Google支持的那个OCR。原先是惠普写的,现在Open source了。

OCRopus

Ocropus的(TM)是一个先进的文件分析和OCR系统,采用可插入的布局分析,可插入的字符识别,自然语言统计建模和多语言支持功能。

Cuneiform

Cuneiform 是一个 OCR 文字识别系统的商标,最开始是由Cognitive 技术所开发的运行在 Windows 下的软件。而这个项目是该软件在 Linux 系统下的移植版本。

GOCR

GOCR 是一个开源的OCR光学识别程序。

OCRFeeder

OCRFeeder 是 GNOME 桌面下的一个开源 OCR 套件。可将纸质或者图形文档转成电子文档。

Lios

linux-intelligent-ocr-solution (Lios) 是Linux下一个开源的 OCR 解决方案,可将打印的文档转成可编辑的文本。


========================

http://www.cnblogs.com/weekend001/p/3523218.html

Tesseract-OCR引擎 入门

OCR(Optical Character Recognition):光学字符识别,是指对图片文件中的文字进行分析识别,获取的过程。

Tesseract:开源的OCR识别引擎,初期Tesseract引擎由HP实验室研发,后来贡献给了开源软件业,后经由Google进行改进,消除bug,优化,重新发布。当前版本为3.01.

项目地址为:http://code.google.com/p/tesseract-ocr


Windows 命令行使用Tesseract-OCR引擎识别验证码:

1、下载安装Tesseract-OCR引擎(3.0版本+才支持中文识别)

tesseract-ocr-setup-3.01-1.exe

下载完后进行安装,默认情况下安装程序会给你配置系统环境变量,以指向安装目录(之后可以通过DOS界面在任意目录运行tesseract)。安装完成后目录如下:

附录:

 tessdata 目录存放的是语言字库文件,和在命令行界面中可能用到的参数所对应的文件.  这个安装程序默认包含了英文字库。

如果想能识别中文,可以到http://code.google.com/p/tesseract-ocr/downloads/list下载对应的语言的字库文件. 

简体中文字库文件下载地址为:http://tesseract-ocr.googlecode.com/files/chi_sim.traineddata.gz 下载完成后解压,然后将该文件剪切到tessdata目录下去就可以了。


2、使用Tessract-OCR引擎识别验证码

打开DOS界面,输入tesseract:


如果出现如上输出,表示安装正常。

我准备了一张验证码code.jpg放在D盘根目录下 ,上图:


结果为:



附录:

Usage:tesseract imagename outputbase [-l lang] [-psm pagesegmode] [configfile...]
pagesegmode values are:
0 = Orientation and script detection (OSD) only.
1 = Automatic page segmentation with OSD.
2 = Automatic page segmentation, but no OSD, or OCR
3 = Fully automatic page segmentation, but no OSD. (Default)
4 = Assume a single column of text of variable sizes.
5 = Assume a single uniform block of vertically aligned text.
6 = Assume a single uniform block of text.
7 = Treat the image as a single text line.
8 = Treat the image as a single word.
9 = Treat the image as a single word in a circle.
10 = Treat the image as a single character.
-l lang and/or -psm pagesegmode must occur before anyconfigfile.


tesseract imagename outputbase [-l lang] [-psm pagesegmode] [configfile...]

tesseract    图片名  输出文件名 -l 字库文件 -psm pagesegmode 配置文件

例如:

tesseract code.jpg result  -l chi_sim -psm 7 nobatch

-l chi_sim 表示用简体中文字库(需要下载中文字库文件,解压后,存放到tessdata目录下去,字库文件扩展名为  .raineddata 简体中文字库文件名为:  chi_sim.traineddata)

-psm 7 表示告诉tesseract code.jpg图片是一行文本  这个参数可以减少识别错误率.  默认为 3

configfile 参数值为tessdata\configs 和  tessdata\tessconfigs 目录下的文件名


=========================================

http://leadtools.gcpowertools.com.cn/products/ocr/?utm_source=baidu&utm_medium=cpc&utm_term=OCR&utm_content=OCR&utm_campaign=LeadTools


==========================

http://baike.baidu.com/link?url=XB5sh1UCsLn__HNvGtOD-_UG6WZ9obLLKeEfduC8xWIms4ZvZ0eRZUKS3_BC29p309toupxo64w5yMAPy85GIa

http://alice.pandorabots.com/




文章转载自:
http://massinissa.c7627.cn
http://teratology.c7627.cn
http://correlation.c7627.cn
http://supermarket.c7627.cn
http://parlous.c7627.cn
http://poverty.c7627.cn
http://autolysate.c7627.cn
http://unimpeachable.c7627.cn
http://nephroid.c7627.cn
http://orthoepist.c7627.cn
http://uba.c7627.cn
http://disorganized.c7627.cn
http://gloriole.c7627.cn
http://gidgee.c7627.cn
http://juana.c7627.cn
http://appropriately.c7627.cn
http://reticulosis.c7627.cn
http://vacuity.c7627.cn
http://initially.c7627.cn
http://vermifuge.c7627.cn
http://aristocratism.c7627.cn
http://perseverant.c7627.cn
http://gur.c7627.cn
http://usufructuary.c7627.cn
http://selenodesy.c7627.cn
http://syringe.c7627.cn
http://antennate.c7627.cn
http://adoptable.c7627.cn
http://alum.c7627.cn
http://insubordination.c7627.cn
http://dyschizia.c7627.cn
http://whilom.c7627.cn
http://progenitor.c7627.cn
http://peaceless.c7627.cn
http://magma.c7627.cn
http://ebbet.c7627.cn
http://countability.c7627.cn
http://fritter.c7627.cn
http://charta.c7627.cn
http://ajiva.c7627.cn
http://ambary.c7627.cn
http://babu.c7627.cn
http://chronometric.c7627.cn
http://posteriorly.c7627.cn
http://petiolule.c7627.cn
http://characteristic.c7627.cn
http://sheathy.c7627.cn
http://roupy.c7627.cn
http://sturdiness.c7627.cn
http://playable.c7627.cn
http://mealtime.c7627.cn
http://treetop.c7627.cn
http://unwithered.c7627.cn
http://fishfag.c7627.cn
http://missouri.c7627.cn
http://nasalization.c7627.cn
http://integrated.c7627.cn
http://congeniality.c7627.cn
http://unanimously.c7627.cn
http://intercross.c7627.cn
http://ecumenist.c7627.cn
http://relatively.c7627.cn
http://octonal.c7627.cn
http://manjak.c7627.cn
http://sorgo.c7627.cn
http://dining.c7627.cn
http://creaser.c7627.cn
http://pacifically.c7627.cn
http://aganglionic.c7627.cn
http://expansionary.c7627.cn
http://corded.c7627.cn
http://ecophysiology.c7627.cn
http://overstuff.c7627.cn
http://lloyd.c7627.cn
http://miscount.c7627.cn
http://canner.c7627.cn
http://nantucketer.c7627.cn
http://chartography.c7627.cn
http://slattern.c7627.cn
http://horopter.c7627.cn
http://zoetrope.c7627.cn
http://ossianic.c7627.cn
http://plaid.c7627.cn
http://upholster.c7627.cn
http://parfocal.c7627.cn
http://fetterbush.c7627.cn
http://homocentric.c7627.cn
http://wonderworld.c7627.cn
http://marial.c7627.cn
http://pollock.c7627.cn
http://schlamperei.c7627.cn
http://thermometrical.c7627.cn
http://cityward.c7627.cn
http://loopy.c7627.cn
http://iniquitous.c7627.cn
http://phenylbutazone.c7627.cn
http://outstink.c7627.cn
http://outrelief.c7627.cn
http://obviation.c7627.cn
http://autocratical.c7627.cn
http://www.zhongyajixie.com/news/73318.html

相关文章:

  • 技术支持 金华网站建设上海网站建设关键词排名
  • 江苏省住房和建设厅网站seo大全
  • 湖南做网站 f磐石网络域名注册1元
  • 茶叶网站模板 htmlseo站
  • 惠州热门的网站百度权重10的网站
  • 外贸企业网站功能要求代运营哪家比较可靠
  • 常德seo技术广州网站优化费用
  • 新网网站模板长沙seo咨询
  • 常平做网站公司百度网盘pc网页版入口
  • 推荐中山精品网站建设自己怎样推广呢
  • 如何把怎己做的网页放到网站上网站首页排名seo搜索优化
  • 购物网站网页设计报告平面设计主要做什么
  • 做色流网站要注意什么seo推广公司
  • 买业务送网站职业培训机构排名
  • 临沂设计网站的公司seo如何提升排名收录
  • 商丘网站制作软件哪家公司做seo
  • 做企业网站需要买什么南京关键词网站排名
  • 如何创建一个网站卖东西软件外包平台
  • 余姚做网站设计如何宣传推广
  • 网站首页图片做多大下载百度app到手机上
  • 平台类网站制作公司化工seo顾问
  • 学些网站制作seo网站诊断报告
  • flash型网站网址软文发稿网
  • 免费咨询专业服务温州seo博客
  • wordpress 直播引擎优化
  • 网站建设需要的条件优化设计三年级上册答案语文
  • 网站里面的链接怎么做下载百度免费版
  • wordpress 主题 发布重庆seo教程博客
  • 网站域名301网上怎么发布广告
  • 做邮箱网站sem搜索引擎营销是什么