bangoc123 / ocr-deep-learn

The fast way to train OCR model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The fast way to train OCR model


Languages

Language:Jupyter Notebook 100.0%