1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-10-02 09:10:12 +02:00

Update LocalRunGuide.md

added tesseract-osd nessecary in Fedora
This commit is contained in:
trytomakeyouprivate 2023-05-14 17:56:50 +00:00 committed by GitHub
parent a4c8221fc4
commit d6deb52731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ pip3 install opencv-python-headless
For Fedora:
```bash
sudo dnf install -y libreoffice-writer libreoffice-calc libreoffice-impress unpaper ocrmypdf
sudo dnf install -y libreoffice-writer libreoffice-calc libreoffice-impress unpaper ocrmypdf tesseract-osd
pip3 install uno opencv-python-headless unoconv pngquant
```