OCR

Published: 09 Oct 2015 Category: deep_learning

Papers

End-to-End Text Recognition with Convolutional Neural Networks

Word Spotting and Recognition with Embedded Attributes

Reading Text in the Wild with Convolutional Neural Networks

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

High Performance Offline Handwritten Chinese Character Recognition Using GoogLeNet and Directional Feature Maps

Reading Scene Text in Deep Convolutional Sequences

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

Character-level Convolutional Networks for Text Classification(NIPS 2015. “Text Understanding from Scratch)

Object Proposals for Text Extraction in the Wild((ICDAR 2015)

Text-Attentional Convolutional Neural Networks for Scene Text Detection

Reading Car License Plates Using Deep Convolutional Neural Networks and LSTMs

COCO-Text: Dataset and Benchmark for Text Detection and Recognition in Natural Images

Recursive Recurrent Nets with Attention Modeling for OCR in the Wild

Accurate Text Localization in Natural Image with Cascaded Convolutional Text Network

Blogs

Recognize your handwritten numbers

https://medium.com/@o.kroeger/recognize-your-handwritten-numbers-3f007cbe46ff#.jllz62xgu

Training a Computer to Recognize Your Handwriting

https://medium.com/@annalyzin/training-a-computer-to-recognize-your-handwriting-24b808fb584#.gd4pb9jk2

Projects

Reading irctc captchas with 95% accuracy using deep learning

ocropy: Python-based tools for document analysis and OCR

Extracting text from an image using Ocropus

CLSTM : A small C++ implementation of LSTM networks, focused on OCR