ocr
OCRInferenceResponse
¶
Bases: BaseModel
OCR Inference response.
Attributes:
Name | Type | Description |
---|---|---|
result |
str
|
The OCR recognition result. |
time |
float
|
The time in seconds it took to produce the inference including preprocessing. |
Source code in inference/core/entities/responses/ocr.py
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|