docker run --name ocr -it -v $(pwd)/:/paddle python:3.8 bash cd /paddle/PaddleOCR/ # 安装飞浆OCR2.0.2 pip install paddleocr==2.0.2 ...
確定! 回上一頁