weinman / cnn_lstm_ctc_ocr

Tensorflow-based CNN+LSTM trained with CTC-loss for OCR
GNU General Public License v3.0
498 stars 170 forks source link

Include lexicon #21

Closed murphymatt closed 6 years ago

murphymatt commented 6 years ago

Add additional functionality to parse lexicon and build trie-based CTC beam search decoder to restrict decoding output.