guanshuicheng / invoice

增值税发票OCR识别,使用flask微服务架构,识别type:增值税电子普通发票,增值税普通发票,增值税专用发票;识别字段为:发票代码、发票号码、开票日期、校验码、税后金额等

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curl post "请求参数错误"

tommyxiang opened this issue · comments

(base) xianglingyun@xianglingyundeMacBook-Pro invoice-master % curl http://127.0.0.1:11111/invoice-ocr -X POST -d 'file=@电子发票-test.png'
{"FileName":{},"code":101,"data":{},"message":"请求参数错误","ocrIdentifyTime":{}}

when I running the script, It will have above issue

hello, I want to know do you resolve this problem?