识别图中的LaTeX公式,科大讯飞公式识别API
| 参数 | 参数值 | 必填 | 说明 |
|---|---|---|---|
| pic | url | 是 | 待识别图片地址 |
| 名称 | 类型 | 说明 |
|---|---|---|
| src | url | 识别的图片地址 |
| dst | string | 识别的LaTex代码 |

{
"code": "200",
"src": "https://api.szfx.top/xfitr/demo.png",
"dst": "\\frac {x^ {2}}{a^ {2}} - \\frac {y^ {2}}{b^ {2}} =1(a>0,b>0)"
} https://api.szfx.top/xfitr/?pic=https://api.szfx.top/xfitr/demo.png