# 飞桨ocr服务器搭建 **Repository Path**: cuoderen/PaddleOCRDocker ## Basic Information - **Project Name**: 飞桨ocr服务器搭建 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2021-08-25 - **Last Updated**: 2022-05-24 ## 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 ```