# ocr-label **Repository Path**: jjeng/ocr-label ## Basic Information - **Project Name**: ocr-label - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ocr 文本图像标注用于chinese-ocr项目训练 ## web服务启动 ``` Bash cd ocr-label## 进入ocr-label目录 python app.py 8080 ##8080端口号,可以设置任意端口 ``` ## 访问服务 http://127.0.0.1:8080/label ## 参考 1. crnn https://github.com/meijieru/crnn.pytorch.git 2. chinese-ocr https://github.com/chineseocr/chineseocr