You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this (and other things) would be a lot easier with Poetry, I recommend switching.
Tesseract-ocr on fedora is:
sudo dnf install mingw64-tesseract
sudo dnf list tesseract-langpack-* # list the available language packs, eng was installed automatically for me
export TESSDATA_PREFIX=/usr/share/tesseract/tessdata/
To get the screenshot grabbing working you need to run xhost before memento:
I ran
pip install -e .
within the directory of the cloned repo, and here is the output. Any ideas on how to fix it?I'm using Python 3.12 on Fedora 39.
The text was updated successfully, but these errors were encountered: