PageTimings Model
PageTimings Model documentation for Java SDK
PageTimings
Per-page timing breakdown for OCR processing.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| queueWaitMs | Long | Time spent waiting in the render queue (ms) | |
| renderMs | Long | Time spent rendering the page image (ms) | |
| ocrMs | Long | Time spent running OCR (ms) | |
| totalMs | Long | Total page processing time (ms) |