mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 20:00:51 +00:00
paperless: add note on website (uv usage) (#9833)
* paperless: add note on website (uv usage) Added information about using 'uv run' for Paperless-NGX commands. * switch branch to main to prevent conflicts
This commit is contained in:
parent
ef63f853b4
commit
1ea0172b75
1 changed files with 4 additions and 0 deletions
|
|
@ -39,6 +39,10 @@
|
|||
{
|
||||
"text": "Script installs English as default OCR language. To install additional languages, use `apt-get install tesseract-ocr-[lang]`, where [lang] is the language code (e.g. `apt-get install tesseract-ocr-deu`).",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "Paperless-NGX use uv, so all calls need to start with `uv run` f.e. `uv run python3 manage.py document_exporter $path` instead `python3 manage.py`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue