Skip to content

Commit 1ea0172

Browse files
authored
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
1 parent ef63f85 commit 1ea0172

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/public/json/paperless-ngx.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
{
4040
"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`).",
4141
"type": "info"
42+
},
43+
{
44+
"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`",
45+
"type": "info"
4246
}
4347
]
4448
}

0 commit comments

Comments
 (0)