tommyxiang
Results
2
issues of
tommyxiang
(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
I got the error like this : Traceback (most recent call last): File "app.py", line 14, in from model_post_type import ocr as OCR File "/Users/xianglingyun/invoice_ocr/invoice-master/model_post_type.py", line 32, in from text...