All Projects → 465857721 → Idcardocr_china

465857721 / Idcardocr_china

基于tesseract,实现摄像头扫描识别中国二代身份证

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Idcardocr china

Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (-22.95%)
Mutual labels:  ocr
Tesserocr
A Python wrapper for the tesseract-ocr API
Stars: ✭ 1,567 (+1184.43%)
Mutual labels:  ocr
Aadhaar Card Ocr
Extract text information from Aadhaar Card using tesseract-ocr 😎
Stars: ✭ 112 (-8.2%)
Mutual labels:  ocr
Image text reader
The module extracts text from image using the tesseract-OCR engine. Generally, text present in the images are blur or are of uneven sizes. The image is pre-processed for better comprehension by OCR. This module first makes bounding box for text in images and then normalizes it to 300 dpi, suitable for OCR engine to read.
Stars: ✭ 97 (-20.49%)
Mutual labels:  ocr
Millionhero
速度快、准确易用-支持各平台的答题助手-图形界面-多权重答案推荐-自动百度高亮答案
Stars: ✭ 106 (-13.11%)
Mutual labels:  ocr
Tesseract
This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns. Compatibility with Tesseract 3 is enabled by using the Legacy OCR Engine mode (--oem 0). It also needs traineddata files which support the legacy engine, for example those from the tessdata repository.
Stars: ✭ 43,199 (+35309.02%)
Mutual labels:  ocr
Keras Ctpn
keras复现场景文本检测网络CPTN: 《Detecting Text in Natural Image with Connectionist Text Proposal Network》;欢迎试用,关注,并反馈问题...
Stars: ✭ 89 (-27.05%)
Mutual labels:  ocr
Sightseq
Computer vision tools for fairseq, containing PyTorch implementation of text recognition and object detection
Stars: ✭ 116 (-4.92%)
Mutual labels:  ocr
Differentiablebinarization
DB (Real-time Scene Text Detection with Differentiable Binarization) implementation in Keras and Tensorflow
Stars: ✭ 106 (-13.11%)
Mutual labels:  ocr
Tabulo
Table Detection and Extraction Using Deep Learning ( It is built in Python, using Luminoth, TensorFlow<2.0 and Sonnet.)
Stars: ✭ 110 (-9.84%)
Mutual labels:  ocr
Android Ocrsample
Android OCR example application which uses Google Text Recognition API
Stars: ✭ 100 (-18.03%)
Mutual labels:  ocr
Zhishiwenda Helper
百万英雄/冲顶大会/知识超人 答题助手 瞬间使用Chrome打开百度
Stars: ✭ 102 (-16.39%)
Mutual labels:  ocr
Links Detector
📖 👆🏻 Links Detector makes printed links clickable via your smartphone camera. No need to type a link in, just scan and click on it.
Stars: ✭ 106 (-13.11%)
Mutual labels:  ocr
Node Tesseract Ocr
A Node.js wrapper for the Tesseract OCR API
Stars: ✭ 92 (-24.59%)
Mutual labels:  ocr
Text recognition toolbox
text_recognition_toolbox: The reimplementation of a series of classical scene text recognition papers with Pytorch in a uniform way.
Stars: ✭ 114 (-6.56%)
Mutual labels:  ocr
Nanonets Ocr Sample Python
NanoNets OCR API Example for Python
Stars: ✭ 92 (-24.59%)
Mutual labels:  ocr
Gosseract
Go package for OCR (Optical Character Recognition), by using Tesseract C++ library
Stars: ✭ 1,622 (+1229.51%)
Mutual labels:  ocr
Gaspumpocr
Python and OpenCV scripts to detect digits on a Gas Pump
Stars: ✭ 116 (-4.92%)
Mutual labels:  ocr
Pythonml
Artificial neural network classes and tools in Python and TensorFlow.
Stars: ✭ 114 (-6.56%)
Mutual labels:  ocr
Convolutional Handwriting Gan
ScrabbleGAN: Semi-Supervised Varying Length Handwritten Text Generation (CVPR20)
Stars: ✭ 107 (-12.3%)
Mutual labels:  ocr

IDCardOCR_China

基于tesseract,实现摄像头扫描识别中国二代身份证

Usage

demo主要提供思路,通过摄像头取景,预览裁剪,ocr识别.

ScreenShots

image

TODO

  • 姓名ocr识别
  • 民族识别

建议

1.对esseract进行训练,目前用的文件为eng数据,没有针对二代身份证进行优化,可以自己进行训练,只识别1-0和英文X。数据包也会相应减小。 ( baseApi.setVariable("tessedit_char_whitelist", "0123456789Xx");)也可以设置白名单,代码里设置了,但是这样没有减少训练文件的大小.

2.目前demo仅仅识别了身份证号码,可以裁剪出来其他信息进行ocr,后续进行优化.... #Thanks https://github.com/tdk-farkas/CameraSFZ 身份证裁剪 #Changelog V0.0.2(2016/12/24)

  • 6.0权限适配
  • 识别单词设置白名单 增加识别率

V0.0.1(2016/12/01)

  • 项目导入
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].