# PaddleOCR **Repository Path**: opensouce_fx/paddle-ocr ## Basic Information - **Project Name**: PaddleOCR - **Description**: 基于Docker方式,一键部署 PaddleOCR 服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-09-25 - **Last Updated**: 2024-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.构建镜像 ### docker build -t paddleocr_fast_api:1.0 . 2.创建并运行容器 ### docker run -itd --network=host --name ocr paddleocr_fast_api:1.0 3.查看效果 ### http://172.29.120.149:10086/docs 参考 https://blog.csdn.net/qq_38531623/article/details/136742666 目前对于一些不清楚的照片识别效果不好,应该是参数配置问题,希望有人提供能继续提供在完善一下。有才能问题留言,第一时间处理 ![输入图片说明](https://foruda.gitee.com/images/1720681872831839022/4e8dab95_1000673.jpeg "在这里输入图片标题") 这张图片的 订单号自己部署的方式就识别不到,可是官网或其它的ocr就能识别到,希望有大佬继续完善。