machine learning note
stable
  • Math
  • Algorithm
  • Neural Network
  • Models
  • CNN
    • Models
    • Multi-Scale Feature Representations
    • Visualization
    • Image-to-Image Translation
    • Optical character recognition, OCR
      • Tesseract (2006~)
      • CRNN (2015)
      • CTPN (ECCV 2016)
      • EAST (CVPR 2017)
    • Image Retrieval
    • Object Detection
    • Video
    • 3D
    • Concept
  • GAN
  • Generative Models
  • Transfer Learning
  • RNN
  • Attention
  • NLP
  • GNN
  • AutoML
  • Issues
  • Useful Links
  • About Me
  • Blog
  • Cheatsheets
machine learning note
  • Docs »
  • CNN »
  • Optical Character Recognition, OCR
  • Edit on GitHub

Optical Character Recognition, OCR¶

Papers with code: Scene Text Recognition

Tesseract (2006~)¶

LSTM since 2016

CRNN (2015)¶

An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition Torch | pyTorch | YOLO3+CRNN (darknet, tensorflow, Keras)

CTPN (ECCV 2016)¶

Detecting Text in Natural Image with Connectionist Text Proposal Network

EAST (CVPR 2017)¶

EAST: An Efficient and Accurate Scene Text Detector

Next Previous

© Copyright 2019, Vivian LEE Revision 9a29c2f2.

Built with Sphinx using a theme provided by Read the Docs.