sushant097 / Handwritten-Line-Text-Recognition-using-Deep-Learning-with-Tensorflow

Use Convolutional Recurrent Neural Network to recognize the Handwritten line text image without pre segmentation into words or characters. Use CTC loss Function to train.
Apache License 2.0
293 stars 122 forks source link

Does the "word" have be exatly an English word? #30

Open bit-scientist opened 1 year ago

bit-scientist commented 1 year ago

The tested dataset (IAM Handwriting) has words that are availble in English. How good is this model at recognizing random English letters and characters? For example: jecinapa!]@%. Thank you!