MCPcopy Create free account
hub / github.com/sml2h3/ddddocr / OCRResponse

Class OCRResponse

ddddocr/api/app.py:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211
212class OCRResponse(BaseModel):
213 result: Union[str, Dict[str, Any]]
214 probability: Optional[Any] = None
215 processing_time: float
216
217
218class DetectionResponse(BaseModel):

Callers 1

ocr_recognitionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected