All Projects → DLTech21 → Zxingcamera

DLTech21 / Zxingcamera

Camera for Android,身份证号码识别 (本地,实时)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Zxingcamera

VehicleInfoOCR
Use your camera to read number plates and obtain vehicle details. Simple, ad-free and faster alternative to existing playstore apps
Stars: ✭ 35 (+2.94%)
Mutual labels:  ocr, camera, ocr-recognition
OCR-Reader
An Android app to extract text from camera preview directly.
Stars: ✭ 43 (+26.47%)
Mutual labels:  ocr, camera, ocr-recognition
Android-Text-Scanner
Read text and numbers with android camera OCR
Stars: ✭ 27 (-20.59%)
Mutual labels:  ocr, camera, ocr-recognition
Attention Ocr
A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
Stars: ✭ 844 (+2382.35%)
Mutual labels:  ocr-recognition, ocr
nimtesseract
A Tesseract OCR wrapper for Nim
Stars: ✭ 23 (-32.35%)
Mutual labels:  ocr, ocr-recognition
LoL-TFT-Champion-Masking
League Of Legends - Teamfight Tactics Champion Masking
Stars: ✭ 23 (-32.35%)
Mutual labels:  ocr, ocr-recognition
ID-Card-Passport-Recognition-SDK-Android
On-Device ID Card & Passport & Driver License Recognition SDK for Android
Stars: ✭ 223 (+555.88%)
Mutual labels:  ocr, ocr-recognition
IdCardRecognition
Android id card recognition based on OCR. 安卓基于OCR的身份证识别。
Stars: ✭ 35 (+2.94%)
Mutual labels:  ocr, ocr-recognition
python-ocr-example
The code for the blogpost A Python Approach to Character Recognition
Stars: ✭ 54 (+58.82%)
Mutual labels:  ocr, ocr-recognition
Camera
二代身份证信息识别
Stars: ✭ 360 (+958.82%)
Mutual labels:  camera, ocr
Vedastr
A scene text recognition toolbox based on PyTorch
Stars: ✭ 290 (+752.94%)
Mutual labels:  ocr-recognition, ocr
Ocr densenet
第一届西安交通大学人工智能实践大赛(2018AI实践大赛--图片文字识别)第一名;仅采用densenet识别图中文字
Stars: ✭ 425 (+1150%)
Mutual labels:  ocr-recognition, ocr
Transformer-ocr
Handwritten text recognition using transformers.
Stars: ✭ 92 (+170.59%)
Mutual labels:  ocr, ocr-recognition
EverTranslator
Translate text anytime and everywhere, even you are gaming!
Stars: ✭ 59 (+73.53%)
Mutual labels:  ocr, ocr-recognition
Multi-Type-TD-TSR
Extracting Tables from Document Images using a Multi-stage Pipeline for Table Detection and Table Structure Recognition:
Stars: ✭ 174 (+411.76%)
Mutual labels:  ocr, ocr-recognition
Scanner
二维码/条码识别、身份证识别、银行卡识别、车牌识别、图片文字识别、黄图识别、驾驶证(驾照)识别
Stars: ✭ 547 (+1508.82%)
Mutual labels:  camera, ocr
receipt-manager-app
Receipt parser application written in dart.
Stars: ✭ 140 (+311.76%)
Mutual labels:  ocr, ocr-recognition
deep-learning-for-document-dewarping
An application of high resolution GANs to dewarp images of perturbed documents
Stars: ✭ 100 (+194.12%)
Mutual labels:  ocr, ocr-recognition
Ionic Ocr Example
📷 Simple Ionic app using ocrad.js
Stars: ✭ 263 (+673.53%)
Mutual labels:  camera, ocr
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 (+1270.59%)
Mutual labels:  ocr-recognition, ocr

ZXingCamera

欢迎赞赏,以支持服务器、域名等费用

Camera for Android

  • 1.利用zxing的camera实现拍照

只需要引用库,查看demo中的CameraActivity

compile 'io.github.dltech21:zcamera:1.0.3'
  • 2.实时身份证ocr拍照,ocr准确率不太高,只是用于拍照识别,后续会做拍照后采用face++做一次校验

只需要引用库idcard_ocr,不再需要zcamera,查看demo,

compile 'io.github.dltech21:idcard_ocr:1.1.1' 

支持armv7的包

compile 'io.github.dltech21:idcard_ocr:1.1.3' 
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].