Papers
End-to-End Text Recognition with Convolutional Neural Networks
- paper: http://www.cs.stanford.edu/~acoates/papers/wangwucoatesng_icpr2012.pdf
- PhD thesis: http://cs.stanford.edu/people/dwu4/HonorThesis.pdf
Word Spotting and Recognition with Embedded Attributes

Reading Text in the Wild with Convolutional Neural Networks

- arxiv: http://arxiv.org/abs/1412.1842
- homepage: http://www.robots.ox.ac.uk/~vgg/publications/2016/Jaderberg16/
- demo: http://zeus.robots.ox.ac.uk/textsearch/#/search/
- code: http://www.robots.ox.ac.uk/~vgg/research/text/
Deep structured output learning for unconstrained text recognition
- intro: “propose an architecture consisting of a character sequence CNN and an N-gram encoding CNN which act on an input image in parallel and whose outputs are utilized along with a CRF model to recognize the text content present within the image.”
- arxiv: http://arxiv.org/abs/1412.5903
Deep Features for Text Spotting
- paper: http://www.robots.ox.ac.uk/~vgg/publications/2014/Jaderberg14/jaderberg14.pdf
- bitbucket: https://bitbucket.org/jaderberg/eccv2014_textspotting
- gitxiv: http://gitxiv.com/posts/uB4y7QdD5XquEJ69c/deep-features-for-text-spotting
Reading Scene Text in Deep Convolutional Sequences
DeepFont
DeepFont: Identify Your Font from An Image
An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition
Recursive Recurrent Nets with Attention Modeling for OCR in the Wild
Writer-independent Feature Learning for Offline Signature Verification using Deep Convolutional Neural Networks
DeepText
DeepText: A Unified Framework for Text Proposal Generation and Text Detection in Natural Images
End-to-End Interpretation of the French Street Name Signs Dataset
- paper: http://link.springer.com/chapter/10.1007%2F978-3-319-46604-0_30
- github: https://github.com/tensorflow/models/tree/master/street
End-to-End Subtitle Detection and Recognition for Videos in East Asian Languages via CNN Ensemble with Near-Human-Level Performance
Smart Library: Identifying Books in a Library using Richly Supervised Deep Scene Text Reading
Text Detection
Object Proposals for Text Extraction in the Wild
- intro: ICDAR 2015
- arxiv: http://arxiv.org/abs/1509.02317
- github: https://github.com/lluisgomez/TextProposals
Text-Attentional Convolutional Neural Networks for Scene Text Detection
Accurate Text Localization in Natural Image with Cascaded Convolutional Text Network
Synthetic Data for Text Localisation in Natural Images

- intro: CVPR 2016
- project page: http://www.robots.ox.ac.uk/~vgg/data/scenetext/
- arxiv: http://arxiv.org/abs/1604.06646
- paper: http://www.robots.ox.ac.uk/~vgg/data/scenetext/gupta16.pdf
- github: https://github.com/ankush-me/SynthText
Scene Text Detection via Holistic, Multi-Channel Prediction
Detecting Text in Natural Image with Connectionist Text Proposal Network
- intro: ECCV 2016
- arxiv: http://arxiv.org/abs/1609.03605
- github(Caffe): https://github.com/tianzhi0549/CTPN
- demo: http://textdet.com/
TextBoxes: A Fast Text Detector with a Single Deep Neural Network
- intro: AAAI 2017
- arxiv: https://arxiv.org/abs/1611.06779
- github(Caffe): https://github.com/MhLiao/TextBoxes
Text Recognition
Sequence to sequence learning for unconstrained scene text recognition
- intro: master thesis
- arxiv: http://arxiv.org/abs/1607.06125
Drawing and Recognizing Chinese Characters with Recurrent Neural Network
Learning Spatial-Semantic Context with Fully Convolutional Recurrent Network for Online Handwritten Chinese Text Recognition
- intro: correct rates: Dataset-CASIA 97.10% and Dataset-ICDAR 97.15%
- arxiv: https://arxiv.org/abs/1610.02616
Stroke Sequence-Dependent Deep Convolutional Neural Network for Online Handwritten Chinese Character Recognition
Breaking Captcha
Using deep learning to break a Captcha system
- intro: “Using Torch code to break simplecaptcha with 92% accuracy”
- blog: https://deepmlblog.wordpress.com/2016/01/03/how-to-break-a-captcha-system/
- github: https://github.com/arunpatala/captcha
Breaking reddit captcha with 96% accuracy
- blog: https://deepmlblog.wordpress.com/2016/01/05/breaking-reddit-captcha-with-96-accuracy/
- github: https://github.com/arunpatala/reddit.captcha
I’m not a human: Breaking the Google reCAPTCHA
Neural Net CAPTCHA Cracker
- slides: http://www.cs.sjsu.edu/faculty/pollett/masters/Semesters/Spring15/geetika/CS298%20Slides%20-%20PDF
- github: https://github.com/bgeetika/Captcha-Decoder
- demo: http://cp-training.appspot.com/
Recurrent neural networks for decoding CAPTCHAS
- blog: https://deepmlblog.wordpress.com/2016/01/12/recurrent-neural-networks-for-decoding-captchas/
- demo: http://simplecaptcha.sourceforge.net/
- code: http://sourceforge.net/projects/simplecaptcha/
Reading irctc captchas with 95% accuracy using deep learning
端到端的OCR:基于CNN的实现
I Am Robot: (Deep) Learning to Break Semantic Image CAPTCHAs
- intro: automatically solving 70.78% of the image reCaptchachallenges, while requiring only 19 seconds per challenge. apply to the Facebook image captcha and achieve an accuracy of 83.5%
- paper: http://www.cs.columbia.edu/~polakis/papers/sivakorn_eurosp16.pdf
Handwritten Recognition
High Performance Offline Handwritten Chinese Character Recognition Using GoogLeNet and Directional Feature Maps
Recognize your handwritten numbers

https://medium.com/@o.kroeger/recognize-your-handwritten-numbers-3f007cbe46ff#.jllz62xgu
Handwritten Digit Recognition using Convolutional Neural Networks in Python with Keras
MNIST Handwritten Digit Classifier
如何用卷积神经网络CNN识别手写数字集?
LeNet – Convolutional Neural Network in Python
Scan, Attend and Read: End-to-End Handwritten Paragraph Recognition with MDLSTM Attention
MLPaint: the Real-Time Handwritten Digit Recognizer
![]()
- blog: http://blog.mldb.ai/blog/posts/2016/09/mlpaint/
- github: https://github.com/mldbai/mlpaint
- demo: https://docs.mldb.ai/ipy/notebooks/_demos/_latest/Image%20Processing%20with%20Convolutions.html
Training a Computer to Recognize Your Handwriting
Using TensorFlow to create your own handwriting recognition engine
- blog: https://niektemme.com/2016/02/21/tensorflow-handwriting/
- github: https://github.com/niektemme/tensorflow-mnist-predict/
Building a Deep Handwritten Digits Classifier using Microsoft Cognitive Toolkit
- blog: https://medium.com/@tuzzer/building-a-deep-handwritten-digits-classifier-using-microsoft-cognitive-toolkit-6ae966caec69#.c3h6o7oxf
- github: https://github.com/tuzzer/ai-gym/blob/a97936619cf56b5ed43329c6fa13f7e26b1d46b8/MNIST/minist_softmax_cntk.py
Plate Recognition
Reading Car License Plates Using Deep Convolutional Neural Networks and LSTMs
Number plate recognition with Tensorflow

- blog: http://matthewearl.github.io/2016/05/06/cnn-anpr/
- github(Deep ANPR): https://github.com/matthewearl/deep-anpr
end-to-end-for-plate-recognition
Blogs
Applying OCR Technology for Receipt Recognition

- blog: http://rnd.azoft.com/applying-ocr-technology-receipt-recognition/
- mirror: http://pan.baidu.com/s/1qXQBQiC
Hacking MNIST in 30 lines of Python
- blog: http://jrusev.github.io/post/hacking-mnist/
- github: https://github.com/jrusev/simple-neural-networks
Projects
ocropy: Python-based tools for document analysis and OCR
- github: https://github.com/tmbdev/ocropy
Extracting text from an image using Ocropus
CLSTM : A small C++ implementation of LSTM networks, focused on OCR
- github: https://github.com/tmbdev/clstm
caffe-ocr: OCR with caffe deep learning framework
Digit Recognition via CNN: digital meter numbers detection
- github(caffe): https://github.com/SHUCV/digit
Attention-OCR: Visual Attention based OCR
umaru: An OCR-system based on torch using the technique of LSTM/GRU-RNN, CTC and referred to the works of rnnlib and clstm
Tesseract.js: Pure Javascript OCR for 62 Languages

DeepHCCR: Offline Handwritten Chinese Character Recognition based on GoogLeNet and AlexNet (With CaffeModel)
Datasets
COCO-Text: Dataset and Benchmark for Text Detection and Recognition in Natural Images
Videos
LSTMs for OCR
Resources
Scene Text Localization & Recognition Resources
- intro: A curated list of resources dedicated to scene text localization and recognition
- github: https://github.com/chongyangtao/Awesome-Scene-Text-Recognition
6076

被折叠的 条评论
为什么被折叠?



