Skip to content

jim19930609/Handwriting-OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Documents Optical Character Recognition

1. Required Packages and Credits

LSTM part are developed from https://github.com/weinman/cnn_lstm_ctc_ocr
You need following libraries to run the code:

  • Tkinter
  • Tensorflow
  • Opencv
  • Numpy

2. word_detect:

Word Detection from Sentence + Word Recognition with CNN Network

cnn_detect:

  • python cnn_detect.py

lstm_detect:


3. model_training:

Training Code of Neural Network for Recognition purpose

cnn_train: Train CNN network for recognition

  • Download Emnist Dataset from http://www.itl.nist.gov/iaui/vip/cs_links/EMNIST/gzip.zip
  • Move Downloaded dataset in "model_training/cnn_train/dataset/emnist"
  • Use "gunzip" command to unzip all .gz files
  • cd "model_training/cnn_train", then "python main.py"
  • Use user interface for further operations Graphical User Interface

lstm_train: Train LSTM network for recognition

  • Follow the README.md document in lstm_train folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published