ocr_api_server
ocr_api_server copied to clipboard
使用ddddocr的最简api搭建项目,支持docker
已经在linux的docker部署好了ocr_api_server。怎么把本地训练好的模型给 线上的ocr_api_server。 文档里面我没看到怎么弄这个地方
可以发一下 CURL 的请求格式?
配置环境: Ubuntu 20.04.3 LTS ipv6环境 1核1G小鸡 64位系统 (德机) 
could not find any instance of Visual Studio. -- Configuring incomplete, errors occurred! See also "C:/Users/Administrator/AppData/Local/Temp/2/pip-install-ruhszrvo/opencv-python-headless/ _cmake_test_compile/build/CMakeFiles/CMakeOutput.log". Not searching for unused variables given on the command line. CMake Error at...
{ "status": 200, "result": "", "msg": "cannot identify image file " }
RT
在pillow的10.0.0版本中,ANTIALIAS方法被删除了
docker部署, 请求ocr没有返回结果 请求如下: ``` curl --location 'http://192.168.1.2:9898/ocr/file' \ --form 'image=@"/C:/Users/Administrator/Desktop/6915.jfif"' ```
JS unit8Array,Base64结果和python的base64不一样啊 大佬,怎么办呢