describe_image_structured
Extract structured data from math and geometry diagrams: labeled numbers, vectors, matrices, coordinates, angles, and unknowns, returning a dict with type, vectors, matrices, note, and text.
Instructions
结构化识别:提取图片中带数字的标注(向量/矩阵/坐标/角度/未知量)。
Args: image_path: 本地图片文件路径。
Returns: dict,包含 type(图形类型)、vectors(向量)、matrices(矩阵)、 note(说明)与 text(渲染文本)。识别失败时返回 {"error": "..."}(避免返回 None 与声明类型 dict 不符)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes |