ocr_api_server icon indicating copy to clipboard operation
ocr_api_server copied to clipboard

使用ddddocr的最简api搭建项目,支持docker

Results 35 ocr_api_server issues
Sort by recently updated
recently updated
newest added

已经在linux的docker部署好了ocr_api_server。怎么把本地训练好的模型给 线上的ocr_api_server。 文档里面我没看到怎么弄这个地方

配置环境: Ubuntu 20.04.3 LTS ipv6环境 1核1G小鸡 64位系统 (德机) ![360截图20220421185501974](https://user-images.githubusercontent.com/65392605/164451796-92d88c70-dd09-4b8e-bbb0-b8f16a3b132a.jpg)

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 " }

在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不一样啊 大佬,怎么办呢