describe_image_stats
Convert statistical charts (bar, line, pie) into structured data tables with categories, series, and validation checks. Extract chart data from an image path for further analysis.
Instructions
统计图 → 数据表:提取柱状/折线/饼图中的类别与数值序列(4.3)。
Args: image_path: 本地图片文件路径。
Returns: dict,包含 type(图表类型)、categories(类别)、series(系列数值)、 note(说明)与 checks(自洽校验:长度对齐 / 百分比求和 / 非负)。 识别失败时返回 {"error": "..."}。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes |