Back
Mistral AIMistral API
The OCR API confidence_scores_granularity parameter now supports "block" granularity
AI summary
Written by AI from the official notes. Check them for exact details.The OCR API now allows for block-level confidence scores in addition to page and word levels.
- New 'block' granularity option for confidence scores
- Returns both page-level and block-level scores
- Improves detail in OCR results
Why it matters: Users of the OCR API should consider this update for more detailed confidence scoring in their applications.
Full release notes
- The OCR API
confidence_scores_granularityparameter now supports"block"granularity."page"returns page-level scores only,"block"returns page-level and block-level scores, and"word"returns page-level and word-level scores.