Skip to content

记账数据识别Api

Posted on:April 9, 2021 at 04:10 AM

curl 'http://175.24.206.163:8083/?input=%E6%88%91%E5%9C%A8%E9%87%91%E6%B2%99%E6%B4%B2%E5%96%9D%E6%9D%AF%E6%8B%BF%E9%93%81' \
 -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,_/_;q=0.8,application/signed-exchange;v=b3;q=0.7' \
 -H 'Accept-Language: en' \
 -H 'Cache-Control: no-cache' \
 -H 'Connection: keep-alive' \
 -H 'Pragma: no-cache' \
 -H 'Upgrade-Insecure-Requests: 1' \
 -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36' \
 --compressed \
 --insecure

output

{"code": 2001, "record": [{"text": "吃饭花", "value": "ITEM", "score": 0.9951337575912476, "start_position": 0, "end_position": 2}, {"text": "了", "value": "UNIT", "score": 0.49565911293029785, "start_position": 3, "end_position": 3}, {"text": "3块钱", "value": "ITEM", "score": 0.9126294255256653, "start_position": 4, "end_position": 6}]}