We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
請問一下 要怎麼POST照片
The text was updated successfully, but these errors were encountered:
import requests resp = requests.post("http://127.0.0.1:11111/invoice-ocr", files={"file": open("test.jpg", 'rb')}) resp.content.decode() # '{"FileName":"test.jpg","code":100,"data":{"发票代码":"144001809010","发票号码":"00000001","校验码":":00000"," 税后价格":"¥106.60"},"message":"识别成功","ocrIdentifyTime":"2021-04-20 16:56:50"}\n'
Sorry, something went wrong.
作者有附图说明使用方法:
No branches or pull requests
請問一下 要怎麼POST照片
The text was updated successfully, but these errors were encountered: