# 飞桨ocr服务器搭建 **Repository Path**: zhaozj000/PaddleOCRDocker ## Basic Information - **Project Name**: 飞桨ocr服务器搭建 - **Description**: 飞桨ocr服务器搭建 docker版 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 4 - **Created**: 2021-08-14 - **Last Updated**: 2023-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 删除多余的镜像 ``` docker rmi `docker images |grep "" |awk '{print $3}'` ``` # 生成镜像 ``` docker-compose build ``` # 启动项目 ``` docker-compose up -d ``` # 测试ocr 识别 ``` http://localhost:89 ``` # 识别服务来源于 飞桨 ``` https://gitee.com/paddlepaddle/PaddleOCR.git ``` # 识别shell ``` sh server/sample_request.sh ``` # image page (only support .jpg) ``` http://localhost:89/imageToBase64.html ```