OCR
OCR Page
OCR Word
Ocr Inference
- class OCRInference(raw_response)
OCR inference result.
- Parameters:
raw_response (dict[str, Any])
- file: InferenceFile
File info for the inference.
- id: str
ID of the inference.
- job: InferenceJob
Job the inference belongs to.
- model: InferenceModel
Model info for the inference.
OCR Response
- class OCRResponse(raw_response)
Represent an OCR inference response from Mindee V2 API.
- Parameters:
raw_response (dict[str, Any])
- classmethod get_result_slug()
Getter for the inference slug.
- Return type:
str
- inference: OCRInference
Inference object for ocr inference.
- property raw_http: str
Displays the result of the raw response as json string.