mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
add trailing comma
This commit is contained in:
parent
47786dcb8c
commit
8b26ddcd2c
1 changed files with 2 additions and 1 deletions
|
|
@ -490,7 +490,8 @@ OCR_ROTATE_PAGES_THRESHOLD = float(
|
|||
)
|
||||
|
||||
OCR_MAX_IMAGE_PIXELS = os.environ.get(
|
||||
"PAPERLESS_OCR_MAX_IMAGE_PIXELS", 256000000
|
||||
"PAPERLESS_OCR_MAX_IMAGE_PIXELS",
|
||||
256000000,
|
||||
)
|
||||
|
||||
OCR_USER_ARGS = os.getenv("PAPERLESS_OCR_USER_ARGS", "{}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue