
word recognition
文章平均质量分 60
FishBear_move_on
github 地址 https://github.com/Jayhello
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tesseract-ocr 实现图片识别功能
http://blog.sina.com.cn/s/blog_56d988430102w37c.html不久前因为项目需要,接触了一下关于图像识别的相关内容,比如Tesseract,这里就在这里分享下。1、Tesserac-ocr简介[一个Google支持的开源的OCR图文识别开源项目。去持多语言(当前3.02 版本支持包括英文,简体中文,繁体中文),支持Windo转载 2016-11-22 15:52:34 · 1989 阅读 · 1 评论 -
OCR material
Jump to...PapersDeepFontDeepTextText DetectionText RecognitionBreaking CaptchaHandwritten RecognitionPlate RecognitionBlogsProjectsDatasetsVideosResourcesPapersEnd-to-End Tex转载 2017-01-11 16:38:01 · 3887 阅读 · 0 评论 -
Scene Text Localization & Recognition Resources
https://github.com/chongyangtao/Awesome-Scene-Text-RecognitionA curated list of resources dedicated to scene text localization and recognitionPapers & CodeOverview[2015-PAMI] Text转载 2017-01-10 20:38:56 · 1883 阅读 · 0 评论 -
UnsatisfiedLinkError: Error looking up function 'TessBaseAPICreate': /usr/lib/lib2.so.3.0.2:
this may be the version of tesseract is not compatible to ubuntu versionas to me my programe runs in win10 has no error ,but when in ubuntu 12.04 this error occursmaybe I install tesserac原创 2016-12-26 18:56:32 · 4088 阅读 · 4 评论 -
Java OCR implementation实现
I recommend trying the Java OCR project on sourceforge.net. I originally developed it, and I have a blog posting on it.Since I put it up on sourceforge, its functionality been expanded and impro转载 2017-01-04 10:35:52 · 542 阅读 · 0 评论 -
OCR 资料 Optical character recognition
http://www.explainthatstuff.com/how-ocr-works.htmlWhat is OCR?As you read these words on your computer screen, your eyes and brain are carrying out optical character recognition without you转载 2017-01-04 10:32:56 · 2178 阅读 · 0 评论 -
OCR常见汉字
common chinses words for OCR123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ,。?“”;、、{}*%¥#@!~+-/,./?'";[]一乙二十丁厂七卜人入八九几儿了力乃刀又三于干亏士工土才寸下大丈与万上小口巾山千乞川亿个勺久凡及夕丸么广亡门义之尸弓己已子卫也女飞丰王井开原创 2016-12-07 16:56:24 · 6023 阅读 · 0 评论 -
使用Tesseract-OCR训练文字识别记录
时间:2016-11-14 21:40 来源:清屏网 作者:那一抹忧伤 点击:133次Tesseract官方文档页面https://github.com/tesseract-ocr/tesseractjTessBoxEditor官方文档页面http://vietocr.sourceforge.net/training.html[root@doc转载 2016-12-06 10:11:43 · 5104 阅读 · 1 评论 -
Tesseract:安装与命令行使用
http://www.zmonster.me/2015/04/17/tesseract-install-usage.html目录简介获取,安装与配置LinuxWindows命令行使用Tesseract 是一款被广泛使用的开源 OCR 工具,本文将对其进行简单的介绍.简介Tesseract(/'tesərækt/转载 2016-11-23 14:37:31 · 15897 阅读 · 1 评论 -
Tesseract:训练
http://www.zmonster.me/2015/05/05/tesseract-training.html目录资源文件资源文件的训练数据准备图像与BOX文件生成字符集文件与字体信息文件生成特征文件生成聚集[可选]添加配置文件、歧义修正文件、DAWG文件打包资源文件在上一篇文章中已经讲述了 Tesseract 的基本使用,同时也提到转载 2016-11-23 14:23:47 · 1367 阅读 · 0 评论 -
Tesseract 3.05及之后版本编译生成动态链接库DLL
https://www.polarxiong.com/archives/Tesseract-3-05%E5%8F%8A%E4%B9%8B%E5%90%8E%E7%89%88%E6%9C%AC%E7%BC%96%E8%AF%91%E7%94%9F%E6%88%90%E5%8A%A8%E6%80%81%E9%93%BE%E6%8E%A5%E5%BA%93DLL.html概述按照以前转载 2016-11-22 16:07:52 · 8344 阅读 · 3 评论 -
文本分类(六):使用fastText对文本进行分类--小插曲
http://blog.csdn.net/lxg0807/article/details/52960072环境说明:python2.7、Linux 自己打自己脸,目前官方的包只能在linux,mac环境下使用。误导大家了,对不起。 测试facebook开源的基于深度学习的对文本分类的fastText模型 fasttext Python包的安装:pip install f转载 2017-06-28 15:59:46 · 1841 阅读 · 3 评论