{
  "name": "table_extract",
  "description": "在线从 HTML 代码中提取 table 表格，转换为 JSON 数组或 CSV 格式。",
  "category": "数据提取",
  "ui_url": "/tools/table_extract/",
  "api_url": "/api/table_extract/",
  "method": "POST",
  "parameters": {},
  "response": {
    "result": "返回值说明"
  },
  "example": {}
}