| 1 | """RecognitionPredictor: per-block OCR via BLOCK_PROMPT. |
| 2 | |
| 3 | Given page images and corresponding LayoutResult (or any list of LayoutBox), |
| 4 | crops each block, runs BLOCK_PROMPT, returns PageOCRResult per page. |
nothing calls this directly
no test coverage detected