# django-ocr_1 **Repository Path**: brucehuang368/django-ocr_1 ## Basic Information - **Project Name**: django-ocr_1 - **Description**: django集成paddle ocr实现上传图片识别出文字后返回 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-11-09 - **Last Updated**: 2024-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目启动 ```pycon python manage.py runserver ``` ### pip安装加速 pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple paddlepaddle paddleocr ```pycon pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ```