OCR最佳实践

OCR技术系列

chineseocr_lite:超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 , psenet(8.5M) + crnn(6.3M) + anglenet(1.5M) 总模型仅17M

chineseocr:基于YOLOv3检测的中文识别

chinese_ocr:Keras实现基于CTPN检测和DenseNet分类的端到端不定长中文字符检测和识别

字符识别技术总览 文字定位与切割 大批量生成文字训练集 基于深度学习的文字识别(3755个汉字)

自然场景文本检测技术综述(CTPN, SegLink, EAST)文本检测CTPN的代码实现

端到端不定长文字识别CRNN算法详解 端到端不定长文本识别CRNN代码实现

身份证识别

深度学习实践系列之--身份证上汉字及数字识别系统的实现

https://github.com/Raymondhhh90/idcardocr:web部署,第二代居民身份证信息识别,速度略慢,待优化

https://github.com/wzb19960208/idCardRecognition身份证识别

https://github.com/rmtheis/android-ocr基于Tesseract的身份证识别

https://github.com/developer79433/passport_mrz_detector_cpp护照识别

https://github.com/evilgix/Evil: 银行卡、身份证、门牌号光学识别

https://github.com/AstarLight/CPS-OCR-Engine:3755个(一级字库)的印刷体汉字识别

https://github.com/senlinuc/caffe_ocr:CNN+BLSTM+CTC的识别架构

https://github.com/simplezhli/Tesseract-OCR-Scanner:基于Tesseract-OCR实现自动扫描识别手机号

tensorflow 实现端到端的OCR:二代身份证号识别ocr_tensorflow_cnn

tensorflow LSTM+CTC实现端到端的不定长数字串识别

OCR_repo文本检测、文本识别(cnn+ctc、crnn+ctc)

车牌识别

CCPD: Chinese City Parking Dataset

https://github.com/lyl8213/Plate_Recognition-LPRnet:LPRNet: License Plate Recognition via Deep Neural Networks的tensorflow实现

https://github.com/liuruoze/EasyPR中文车牌识别系统

https://github.com/zeusees/HyperLPR基于深度学习的实时车牌识别项目

https://github.com/zhubenfu/License-Plate-Detect-Recognition-via-Deep-Neural-Networks-accuracy-up-to-99.9基于MTCNN的车牌识别

移动端部署

https://github.com/wangtaoT/AndroidOCR:基于Google Tesseract-OCR 文字识别 仿小猿搜题、作业帮

https://github.com/still-wait/IdCard_DeepLearning身份证识别移动端

文字检测

https://github.com/ploverpang/HeadlineDetectionBySWT基于SWT的文字检测

https://github.com/tianzhi0549/CTPNDetecting Text in Natural Image with Connectionist Text Proposal Network

https://github.com/eragonruan/text-detection-ctpnCTPN的tensorflow实现

https://github.com/MhLiao/TextBoxesA Fast Text Detector with a Single Deep Neural Network

https://github.com/yestinsong/Text-DetectionMser-Swt-Text-Detection-With-Verification

https://github.com/argman/EASTAn Efficient and Accurate Scene Text Detector

https://github.com/huoyijie/AdvancedEASTEAST的加速版

https://github.com/chenxinpeng/SSD_scene_text_detection

https://github.com/Belval/TextRecognitionDataGenerator:训练数据生成工具

https://github.com/JarveeLee/SynthText_Chinese_version汉字生成工具

https://github.com/szad670401/OCR_CharGen用于OCR训练的字符样本生成工具

https://github.com/johnhany/textRotCorrect:使用OpenCV实现的基于离散傅里叶变换的文本图像旋转校正

https://github.com/NVlabs/ocropus3pytorch

 

你可能感兴趣的:(深度学习)