Hi OCR.space team,
I’m seeing a reproducible issue with blank/empty pages when using OCREngine=3.
Tested endpoints:
- free endpoint
- pro1 endpoint
- pro2 endpoint
Parameters:
- OCREngine=3
- language=auto
- scale=true
- isTable=true
- detectOrientation=true
Input:
- blank white PNG, 1200x800
Observed behavior:
The API waits about 63 seconds, then returns HTTP 200 with:
OCRExitCode: 6
IsErroredOnProcessing: true
ErrorMessage: [“E101: Timed out waiting for results”]
ParsedResults:
Expected behavior:
A blank page should return quickly with a successful empty OCR result, e.g. empty ParsedText / no detected lines.
For comparison, the same blank image with OCREngine=2 returns quickly with an empty ParsedText result.
Could you confirm whether this is expected behavior for OCREngine=3? From an API consumer perspective, blank pages are common in scanned PDFs, and waiting ~63 seconds per blank page makes batch processing difficult.
Thanks!