We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360d973 commit 84c56c2Copy full SHA for 84c56c2
.github/workflows/pdf2htmlex-python-app.yml
@@ -19,6 +19,7 @@ jobs:
19
run: |
20
python -m pip install --upgrade pip
21
pip install ruff uv
22
+ pip install pdftranscript # TODO test relative imports
23
sudo apt update && sudo apt install -y libfontconfig1 libcairo2 libjpeg-turbo8 ttfautohint
24
wget https://github.com/pdf2htmlEX/pdf2htmlEX/releases/download/v0.18.8.rc1/pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-bionic-x86_64.deb
25
sudo apt install ./pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-bionic-x86_64.deb
0 commit comments