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
```