MCPcopy Index your code
hub / github.com/sml2h3/ddddocr / DetectionRequest

Class DetectionRequest

ddddocr/api/models.py:45–47  ·  view source on GitHub ↗

目标检测请求模型

Source from the content-addressed store, hash-verified

43
44
45class DetectionRequest(BaseModel):
46 """目标检测请求模型"""
47 image: str = Field(..., description="图片数据(base64编码)")
48
49
50class SlideMatchRequest(BaseModel):

Callers 1

call_toolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…