All Projects → SSSxCCC → IdCardRecognition

SSSxCCC / IdCardRecognition

Licence: MIT license
Android id card recognition based on OCR. 安卓基于OCR的身份证识别。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to IdCardRecognition

Pan card ocr project
To extract details from Indian National Identification Cards such as PAN (completed) & Aadhar, Passport, Driving License (WIP) in a structured format
Stars: ✭ 39 (+11.43%)
Mutual labels:  ocr, tesseract, optical-character-recognition
Penteract Ocr
⭐️ The native node.js bindings to the Tesseract OCR project.
Stars: ✭ 86 (+145.71%)
Mutual labels:  ocr, tesseract, optical-character-recognition
Swiftytesseractrte
SwiftyTesseract Real-Time Engine
Stars: ✭ 49 (+40%)
Mutual labels:  ocr, tesseract, optical-character-recognition
VehicleInfoOCR
Use your camera to read number plates and obtain vehicle details. Simple, ad-free and faster alternative to existing playstore apps
Stars: ✭ 35 (+0%)
Mutual labels:  ocr, ocr-android, ocr-recognition
Swiftytesseract
A Swift wrapper around Tesseract for use in iOS, macOS, and Linux applications
Stars: ✭ 170 (+385.71%)
Mutual labels:  ocr, tesseract, optical-character-recognition
React Native Tesseract Ocr
Tesseract OCR wrapper for React Native
Stars: ✭ 384 (+997.14%)
Mutual labels:  ocr, tesseract, optical-character-recognition
EverTranslator
Translate text anytime and everywhere, even you are gaming!
Stars: ✭ 59 (+68.57%)
Mutual labels:  ocr, ocr-android, ocr-recognition
Textshot
Python tool for grabbing text via screenshot
Stars: ✭ 1,163 (+3222.86%)
Mutual labels:  ocr, tesseract, ocr-recognition
Ocr Table
Extract tables from scanned image PDFs using Optical Character Recognition.
Stars: ✭ 165 (+371.43%)
Mutual labels:  ocr, tesseract, optical-character-recognition
Tesseract4android
Fork of tess-two rewritten from scratch to support latest version of Tesseract OCR.
Stars: ✭ 148 (+322.86%)
Mutual labels:  ocr, tesseract, optical-character-recognition
OCR-Reader
An Android app to extract text from camera preview directly.
Stars: ✭ 43 (+22.86%)
Mutual labels:  ocr, ocr-android, ocr-recognition
Image2text
📋 Python wrapper to grab text from images and save as text files using Tesseract Engine
Stars: ✭ 243 (+594.29%)
Mutual labels:  ocr, tesseract, optical-character-recognition
Android-Text-Scanner
Read text and numbers with android camera OCR
Stars: ✭ 27 (-22.86%)
Mutual labels:  ocr, ocr-android, ocr-recognition
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 (+1231.43%)
Mutual labels:  ocr, tesseract, ocr-recognition
Tesserocr
A Python wrapper for the tesseract-ocr API
Stars: ✭ 1,567 (+4377.14%)
Mutual labels:  ocr, tesseract, optical-character-recognition
Android Ocr
Experimental optical character recognition app
Stars: ✭ 2,177 (+6120%)
Mutual labels:  ocr, tesseract, optical-character-recognition
nimtesseract
A Tesseract OCR wrapper for Nim
Stars: ✭ 23 (-34.29%)
Mutual labels:  ocr, tesseract, ocr-recognition
vrpdr
Deep Learning Applied To Vehicle Registration Plate Detection and Recognition in PyTorch.
Stars: ✭ 36 (+2.86%)
Mutual labels:  ocr, optical-character-recognition
mirador-textoverlay
Text Overlay plugin for Mirador 3
Stars: ✭ 35 (+0%)
Mutual labels:  ocr, optical-character-recognition
DocumentLab
OCR using tesseract, ImageMagick, EmguCV, an advanced query language and a fluent query interface for C#
Stars: ✭ 64 (+82.86%)
Mutual labels:  ocr, optical-character-recognition

IdCardRecognition

一个基于tesserect的身份证识别安卓app。

介绍博客:https://blog.csdn.net/SSSxCCC/article/details/119000743

chi_sim.traineddata来自:https://github.com/tesseract-ocr/tessdata/blob/master/chi_sim.traineddata

运行

下载源代码。

在Android Studio中打开IdCardRecognition项目。

用USB线连接一台安卓手机。

点击“Run 'app'”。

演示

扫描身份证(Scan id card):

image

识别结果(Recognition result):

image

待写

  • 要相机正确的全屏显示

  • 更换调用相机接口为Camera2

  • 保证ocr识别在初始化tessdata完成后进行

  • 将java换成kotlin

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].