githubharald / SimpleHTR

Handwritten Text Recognition (HTR) system implemented with TensorFlow.
https://towardsdatascience.com/2326a3487cd5
MIT License
1.99k stars 893 forks source link

Word Segmentation #78

Closed kevinkmldn closed 5 years ago

kevinkmldn commented 5 years ago

Does in preprocess def, using a word segmentation as you mention on medium? and what is the purpose of the preprocess if it isnt include word segmentation? thanks in advance!

githubharald commented 5 years ago

data augmentation + pre-processing for TensorFlow. For more details, have a look at the code - it is documented.