I’m currently integrating MonkeyOCR into a downstream pipeline where the reliability of OCR outputs is critical. To filter out low-quality predictions, I would like to use a confidence score (or similar reliability metric) for each recognized text segment.
However, I couldn’t find any documentation or examples indicating whether MonkeyOCR currently outputs confidence scores along with the text predictions.
Could you please clarify:
- Does MonkeyOCR currently support outputting confidence scores for OCR results?
- If not, is this feature planned in future releases?
- If it's already computed internally, is there a way to expose it (e.g., via a flag or modifying the output structure)?
If needed, I’m happy to contribute or test any experimental features related to this.
Looking forward to your response — thanks again for the great work!
I’m currently integrating MonkeyOCR into a downstream pipeline where the reliability of OCR outputs is critical. To filter out low-quality predictions, I would like to use a confidence score (or similar reliability metric) for each recognized text segment.
However, I couldn’t find any documentation or examples indicating whether MonkeyOCR currently outputs confidence scores along with the text predictions.
Could you please clarify:
If needed, I’m happy to contribute or test any experimental features related to this.
Looking forward to your response — thanks again for the great work!