Description
When attempting to use "highres" as a value for ocr_system in the settings parameter, the API returns a 422 Unprocessable Entity error, indicating that only "standard" or "legacy" are valid values.
HTTP Request: POST https://platform.reducto.ai/parse_async "HTTP/1.1 422 Unprocessable Entity"
worker-1 | 19:26:26.164 Failed to start Reducto parsing job: Error code: 422 - {'detail': [{'type': 'missing', 'loc': ['bod...': 'highres', 'ctx': {'expected': "'standard' or 'legacy'"}}]}
I was able to use highres as a value for ocr_system in the studio.
Environment
SDK Version: 0.13.0 (based on pyproject.toml)
Python Version: >3.12
Endpoint: /parse_async
Description
When attempting to use "highres" as a value for ocr_system in the settings parameter, the API returns a 422 Unprocessable Entity error, indicating that only "standard" or "legacy" are valid values.
I was able to use
highresas a value forocr_systemin the studio.Environment
SDK Version: 0.13.0 (based on pyproject.toml)
Python Version: >3.12
Endpoint: /parse_async