paperless: nltk fix (#7098)

This commit is contained in:
CanbiZ 2025-08-22 13:02:51 +02:00 committed by GitHub
parent e28ab86797
commit 2892b85a6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,8 +79,8 @@ echo -e "Paperless-ngx Database Password: \e[32m$DB_PASS\e[0m" >>~/paperless.cre
echo -e "Paperless-ngx Database Name: \e[32m$DB_NAME\e[0m" >>~/paperless.creds
msg_info "Installing Natural Language Toolkit (Patience)"
$STD uv pip install nltk --system
$STD uv run -- python -m nltk.downloader -d /usr/share/nltk_data all
$STD uv pip install --python 3.13 nltk
$STD uv run --python 3.13 --with nltk -- python -m nltk.downloader -d /usr/share/nltk_data all
sed -i -e 's/rights="none" pattern="PDF"/rights="read|write" pattern="PDF"/' /etc/ImageMagick-6/policy.xml
msg_ok "Installed Natural Language Toolkit"