# doc_ocr **Repository Path**: vanlance8/doc_ocr ## Basic Information - **Project Name**: doc_ocr - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-24 - **Last Updated**: 2025-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # install ```bash conda create -n ppocr python=3.10 # cpu python -m pip install paddlepaddle==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/ # gpu python -m pip install paddlepaddle-gpu==3.0.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/ pip install pyparsing>=2.3.1 pip install paddlex==3.0.0 pip install "paddlex[ocr]==3.0.0" pip install flask ```