weinman / cnn_lstm_ctc_ocr

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

Hi Can I use this code for English word recognition in an image for different fonts and different font sizes. Can you plz help me. Thanks #39

Closed SANDAFERNANDO closed 6 years ago

Sierkinhane commented 6 years ago

You can refer to https://github.com/Sierkinhane/crnn_chinese_characters_rec Maybe it will help you

sahilbandar commented 6 years ago

Yeah! You can use this for any font style size and shape for englist alphanumeric, but input matrix must be 31x?

weinman commented 6 years ago

Yes, but see #35 and #33 for more background.