You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
docker run -itd --name=mineru_server -p 8888:8000 quincyqiang/mineru:0.1-models(我把gpu的参数去掉了)
然后请求体是:
curl -X 'POST'
'http://localhost:8888/pdf_parse?parse_method=auto&is_json_md_dump=true'
-H 'accept: application/json'
-H 'Content-Type: multipart/form-data'
-F 'pdf_file=@"/mnt/d/dhr/tests/datas/_lwq.pdf";type=application/pdf'
-v
依然会显示:
{"error":"Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx"}
Beta Was this translation helpful? Give feedback.
All reactions