githubharald / CTCDecoder

Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.
https://towardsdatascience.com/3797e43a86c
MIT License
817 stars 182 forks source link

Test custom image and word #18

Closed abdou31 closed 4 years ago

abdou31 commented 4 years ago

Hello, I'm trying to test a custom word and image but doesn't work for me, can you tell me how can I use a specific word and line for the test?

githubharald commented 4 years ago

this repo is only concerned with CTC decoding algos and not with text recognition itself.