curl -X 'POST' \
'http://127.0.0.1:18111/ocr' \
-H 'accept: application/json' \
-H 'Content-Type: multipart/form-data' \
-F 'file=@1000-1cef7722-a8e2-492f-b1f8-7d397e288c28.gif;type=image/gif' \
-F 'image=' \
-F 'probability=false' \
-F 'charsets=' \
-F 'png_fix=false'
{
"code": 500,
"message": "'UploadFile' object has no attribute 'size'",
"data": null
}
curl:
返回的错误是