You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working handwritten text recognition extracted from .tif files which has both printed & handwritten text. I have used pytesseract for printed text . But handwritten was not getting correctly extracted. I was referring your project where we need to use word_classifier_CTC.ipynb in OCR.ipynb file where there is code given. Can you please help in suggesting what these .csv file contain as these files are not there in your repo.
Hey , hope you are doing well,
I am currently working handwritten text recognition extracted from .tif files which has both printed & handwritten text. I have used pytesseract for printed text . But handwritten was not getting correctly extracted. I was referring your project where we need to use word_classifier_CTC.ipynb in OCR.ipynb file where there is code given. Can you please help in suggesting what these .csv file contain as these files are not there in your repo.
train_images, train_labels = load_words_data('data/sets/train.csv', is_csv=True)
dev_images, dev_labels = load_words_data('data/sets/dev.csv', is_csv=True)
The text was updated successfully, but these errors were encountered: