搜索资源列表
JOCR
- ABBYY FineReader 8.0專業版是最新、最準確的ABBYY OCR軟體版本。它可以為用戶提供 最高級別識字精確率,是一個非常節省時間的好方案。FineReader允許你將各種紙張和 電子文件轉換、編輯以及重新使用,包括:雜誌、報紙、傳真、複製和PDF文件。
testocr
- 实现pdf文件的ocr识别,识别率还比较高的-pdf ocr
OCR
- a pdf about open suse linux
kavallieratou4
- pdf fot ocr may be helpfu-pdf fot ocr may be helpfull
PCA
- Principal Component Analysis. Very important for pattern recognition(ie. optical character recognition) A great fundamental file for the beginner. Even those who doesn t know what is variance can start learning about OCR basics from this pdf.-Princip
VietOCR-3.1.2-src
- Descr iption: A Java/.NET GUI frontend for Tesseract OCR engine. Supports optical character recognition for Vietnamese and other languages supported by Tesseract. VietOCR is released and distributed under the Apache License, v2.0. Fe
Unser91.pdf
- Optical character recognition, usually abbreviated to OCR, is the mechanical or electronic conversion of scanned images of handwritten, typewritten or printed text into machine-encoded text. It is widely used as a form of data entry from some sort of
OcrDEMO_VCPP
- 本文介绍如何设置索引使用OCR技术的图像文件(包括TIFF,PDF,JPEG,BMP...)。下面描述的索引利用微软的IFilter技术,正因为如此,是不特定于SharePoint,但可用于任何产品使用Microsoft索引:微软搜索,桌面搜索,SQL Server搜索,并通过与谷歌桌面插件搜索。但是,我使用它与微软的Windows SharePoint Services2003。对于其他产品,注册可能需要略有不同。-This article describes how to set up th
CharRecService
- OCR 自动识别工具,可识别各种图片,以及PDF,word,excel等常用软件-OCR automatic identification tool that can identify a variety of pictures, as well as PDF, word, excel and other commonly used software
pdfparser-master
- Pdf parser is an ocr outils read pdf and generated a text file or xml
tesseract-ocr-setup-4.00.00dev
- This package contains an OCR engine - libtesseract and a command line program - tesseract. The lead developer is Ray Smith. The maintainer is Zdenko Podobny. For a list of contributors see AUTHORS and GitHub's log of contributors. Tesseract has
识别PDF中文字的Python程序
- 程序默认使用离线OCR,如果想使用百度在线OCR,需要在百度云网站申请创建新项目,将项目的apiKey,appId, SecretKey填写到程序中,并将OCR_ONLINE设置为True。(在线识别效果略好于离线识别效果,尤其在数字、英文字母、标点方面效果更好)。