🐛 try to fix paperless OCR Problems
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m30s
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m30s
This commit is contained in:
parent
f3e223e3a4
commit
266d9246c1
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@
|
||||||
|
|
||||||
# https://github.com/paperless-ngx/paperless-ngx/discussions/4047#discussioncomment-7019544
|
# https://github.com/paperless-ngx/paperless-ngx/discussions/4047#discussioncomment-7019544
|
||||||
# https://github.com/paperless-ngx/paperless-ngx/issues/7383
|
# https://github.com/paperless-ngx/paperless-ngx/issues/7383
|
||||||
PAPERLESS_OCR_USER_ARGS = ''{"invalidate_digital_signatures": true}'';
|
PAPERLESS_OCR_USER_ARGS = {
|
||||||
|
"invalidate_digital_signatures" = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue