Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
class
OCRResponse(BaseModel):
213
result: Union[str, Dict[str, Any]]
214
probability: Optional[Any] = None
215
processing_time: float
216
217
218
class
DetectionResponse(BaseModel):
Callers
1
ocr_recognition
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected