tesseract-ocr / tesseract

Tesseract Open Source OCR Engine (main repository)
https://tesseract-ocr.github.io/
Apache License 2.0
62.76k stars 9.54k forks source link

Is there anyway to get the CTC output of the lstm model before being encoded? #4042

Open abdelrahman-esmat opened 1 year ago

abdelrahman-esmat commented 1 year ago

Your Feature Request

I am looking to try a few beam searches implementations and i was wondering is there any command to get the ctc output before the encoding to strings?

amitdo commented 1 year ago

No, there isn't.

I'm marking this as feature request.