Hi everyone,
Getting in touch with Tulasi's wonderful notes I came across a function that is mandatory for OCR inference. It is tf.keras.backend.ctc_decode...
We are talking about a decoder that generates words from character probabilities (if I am correct). I found some info
here but it seems strange to work inside android code. I have worked last year with Mozilla's STT implementation that had a CTC decoder inside.
I will take a look (C++ code) and search on the internet what we can do about that.
If you can find info to overcome this problem please provide.
Regards,
George