githubharald / SimpleHTR

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

editdistance #111

Closed zico-1 closed 3 years ago

zico-1 commented 3 years ago

Hi after downloading the zip model file. I moved it to the SRC file and ran the main file using pycharm. The issue i have is related to the editdistance module,

  1. Tried installing it using pycharm and pip install editdistance, it has refused to install so i came across another one which is edit_distance which i replaced in the code and ran it again. It did work but it does seem like it was not made use of of in the code because i can't find anywhere in the code it was used in the main file.
  2. I downloaded the line model but the result i got after running the code was that of the word model. what would i need to do. Thank you