alisen39 / TrWebOCR

开源易用的中文离线OCR,识别率媲美大厂,并且提供了易用的web页面及web的接口,方便人类日常工作使用或者其他程序来调用~

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用ApiPost进行测试,无法使用API

MageMaize opened this issue · comments

commented

用ApiPost使用API,传入了对应的参数,返回405 Method Not Allowed 浏览器上就能用。明明提交的http头和post body都跟浏览器相同。electron使用axios也无法使用api

commented

测试curl命令也无法使用
curl -F "file=@20211001192808.png" -F "compress=0" "http://10.10.1.2:8089/api/tr-run"
返回结果:

<title>405: Method Not Allowed</title>405: Method Not Allowed

要用POST方法哈~