We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d88c84 commit efb0ed4Copy full SHA for efb0ed4
.github/workflows/gen_whl_to_pypi_rapidocr.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
cd python
30
pip install -r requirements.txt
31
- pip install pytest wheel get_pypi_latest_version openvino==2023.3.0 onnxruntime
+ pip install pytest wheel get_pypi_latest_version openvino==2023.3.0 onnxruntime python-bidi
32
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
33
python -m pip install paddlepaddle==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
34
0 commit comments