/ocr-deep-learn

The fast way to train OCR model

Primary LanguageJupyter Notebook

ocr-deep-learn

4 steps to train a Vietnamese OCR models

This 4 steps based on 4-simple-steps-in-Builiding-OCR

  • Extract Character boundaries from Image.

  • Build a Convolutional Neural Network(ConvNet) in remembering the Character images.

  • Load trained Convolutional Neural Network(ConvNet) Model.

  • Consolidate ConvNet predictions of characters.

1. Extract Character boundaries from Image