All Projects → iChenwin → Pytesseractid

iChenwin / Pytesseractid

使用 pytesseract ocr 识别 18 位身份证号

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytesseractid

Ocrtable
Recognize tables and text from scanned images that contain tables. 从包含表格的扫描图片中识别表格和文字
Stars: ✭ 155 (+573.91%)
Mutual labels:  opencv, ocr, tesseract
Idmatch
Match faces on id cards with OCR capabilities.
Stars: ✭ 52 (+126.09%)
Mutual labels:  opencv, ocr, tesseract
Tesseract
A PHP wrapper for the Tesseract OCR engine
Stars: ✭ 19 (-17.39%)
Mutual labels:  ocr, tesseract
Ccextractor
CCExtractor - Official version maintained by the core team
Stars: ✭ 356 (+1447.83%)
Mutual labels:  ocr, tesseract
Tagui
Free RPA tool by AI Singapore
Stars: ✭ 4,257 (+18408.7%)
Mutual labels:  opencv, tesseract
Qanswer
【Deprecated】🥇🥇🥇 冲顶大会等游戏答题助手,提供答题辅助决策 ,帮助顺利吃鸡
Stars: ✭ 326 (+1317.39%)
Mutual labels:  ocr, tesseract
Idcardocr
离线环境下第二代居民身份证信息识别
Stars: ✭ 328 (+1326.09%)
Mutual labels:  opencv, ocr
React Native Tesseract Ocr
Tesseract OCR wrapper for React Native
Stars: ✭ 384 (+1569.57%)
Mutual labels:  ocr, tesseract
cordova-plugin-tesseract
Cordova Plugin for OCR process using Tesseract
Stars: ✭ 70 (+204.35%)
Mutual labels:  ocr, tesseract
Simple Ocr Opencv
A simple python OCR engine using opencv
Stars: ✭ 453 (+1869.57%)
Mutual labels:  opencv, ocr
Ocrmypdf
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
Stars: ✭ 5,549 (+24026.09%)
Mutual labels:  ocr, tesseract
Easyocr
Java OCR 识别组件(基于Tesseract OCR 引擎)。能自动完成图片清理、识别 CAPTCHA 验证码图片内容的一体化工作。Java Image cleanup, OCR recognition component (based Tesseract OCR engine, automatically cleanup image and identification CAPTCHA verification code picture content).
Stars: ✭ 466 (+1926.09%)
Mutual labels:  ocr, tesseract
breach-protocol-autosolver
Solve breach protocol minigame in second(s). Windows/Linux/GeForce Now/Google Stadia. Every language.
Stars: ✭ 28 (+21.74%)
Mutual labels:  ocr, tesseract
ocr
Simple app to extract text from pictures using Tesseract
Stars: ✭ 98 (+326.09%)
Mutual labels:  ocr, tesseract
Card Ocr
身份证识别OCR
Stars: ✭ 345 (+1400%)
Mutual labels:  ocr, tesseract
staff identity card ocr project
Staff Identity Card OCR Project
Stars: ✭ 15 (-34.78%)
Mutual labels:  ocr, tesseract
Tessdata
Trained models with support for legacy and LSTM OCR engine
Stars: ✭ 4,173 (+18043.48%)
Mutual labels:  ocr, tesseract
Scanner
二维码/条码识别、身份证识别、银行卡识别、车牌识别、图片文字识别、黄图识别、驾驶证(驾照)识别
Stars: ✭ 547 (+2278.26%)
Mutual labels:  opencv, ocr
IdCardRecognition
Android id card recognition based on OCR. 安卓基于OCR的身份证识别。
Stars: ✭ 35 (+52.17%)
Mutual labels:  ocr, tesseract
TesseractStudio.Net
A free Windows graphical interface to the Tesseract 4.0 OCR engine.
Stars: ✭ 38 (+65.22%)
Mutual labels:  ocr, tesseract

使用 pytesseract 识别 18 位身份证号

项目调用 OpenCV 对图片进行预处理,裁剪出包含身份证号码的部分,然后调用 pytesseract 识别出号码。

版本

Python 2.7.13

依赖库

PIL
pytesseract
tesseract    3.05.01
numpy        1.13.1

运行

将身份证照片拷贝至项目文件夹下,执行: python IDtesseract.py 1.jpg

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].