You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
conda activate py310
|
|
|
|
|
|
|
|
|
|
# 用于将pdf切割成png图片
|
|
|
|
|
pip install PyMuPDF
|
|
|
|
|
|
|
|
|
|
# 安装OCR识别的PP-StructureV3
|
|
|
|
|
conda install paddlepaddle-gpu==3.0.0 paddlepaddle-cuda=11.8 -c paddle -c nvidia
|
|
|
|
|
python -m pip install paddleocr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
【保姆级】Windows 安装 CUDA 和 cuDNN
|
|
|
|
|
https://sspai.com/post/98397
|
|
|
|
|
https://developer.download.nvidia.com/compute/cuda/12.9.1/local_installers/cuda_12.9.1_576.57_windows.exe
|
|
|
|
|
|
|
|
|
|
10402852@qq.com
|
|
|
|
|
dsideal4r5t6y7u
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[正确安装GPU显卡驱动、CUDA、cuDNN的详细教程](https://blog.csdn.net/qq_62928482/article/details/139674918)
|
|
|
|
|
|
|
|
|
|
我的笔记本显卡:NVIDIA GeForce RTX 3060 Laptop GPU
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**nvidia-smi**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NVIDIA-SMI 576.57 Driver Version: 576.57 CUDA Version: 12.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[CUDA - Wikipedia](https://en.wikipedia.org/wiki/CUDA)
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://developer.download.nvidia.cn/compute/cuda/11.4.4/local_installers/cuda_11.4.4_472.50_windows.exe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10402852@qq.com
|
|
|
|
|
|
|
|
|
|
dsideal4r5t6y7u
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
方案介绍:
|
|
|
|
|
|
|
|
|
|
https://paddlepaddle.github.io/PaddleOCR/latest/version3.x/algorithm/PP-StructureV3/PP-StructureV3.html
|
|
|
|
|
|
|
|
|
|
使用教程:
|
|
|
|
|
|
|
|
|
|
https://paddlepaddle.github.io/PaddleOCR/latest/version3.x/pipeline_usage/PP-StructureV3.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
paddleocr pp_structurev3 -i https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/pp_structure_v3_demo.png
|