mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-11 03:56:07 -06:00
use double quotes
This commit is contained in:
committed by
Johann Bauer
parent
5d91d6a885
commit
47786dcb8c
@@ -490,7 +490,7 @@ OCR_ROTATE_PAGES_THRESHOLD = float(
|
|||||||
)
|
)
|
||||||
|
|
||||||
OCR_MAX_IMAGE_PIXELS = os.environ.get(
|
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", "{}")
|
OCR_USER_ARGS = os.getenv("PAPERLESS_OCR_USER_ARGS", "{}")
|
||||||
|
|||||||
Reference in New Issue
Block a user