docspell/modules
eikek bc1ec90b6e Allow subsampling when generating preview images
This cuts down considerably when high-dpi images are provided in pdfs.
The test file, scanned with 600dpi resulting in a 5.4M pdf file
contains a 9900x13800 image. This image is loaded into memory in order
to scale it down by PDFBox. This easily results in out of memory
errors (this image requires already ~400M). With subsampling the size
is reduced at most by a factor of 8. Still recommended to avoid large
dpi image-only scans for text based documents or increase the heap
size for joex.
2022-01-13 00:04:50 +01:00
..
analysis/src Reformat with scalafmt 3.3.1 2022-01-02 00:50:55 +01:00
backend/src/main/scala/docspell/backend Add priority to gotify channel 2022-01-12 20:59:24 +01:00
common/src Remove obsolete code 2022-01-11 21:09:38 +01:00
config/src Refactor config validation 2021-10-25 11:27:06 +02:00
convert/src Use passwords when reading PDFs 2021-09-30 11:48:59 +02:00
extract/src Allow subsampling when generating preview images 2022-01-13 00:04:50 +01:00
files/src Use logfmt for log lines and remove ansi color codes 2021-12-19 22:29:56 +01:00
fts-client/src/main/scala/docspell/ftsclient Update scalafmt settings 2021-09-22 17:23:24 +02:00
fts-solr/src/main/scala/docspell/ftssolr Updating stanford corenlp to 4.3.2; adding more languages 2021-11-20 14:31:39 +01:00
joex/src Allow a custom message part for the periodic query task 2022-01-11 22:50:19 +01:00
joexapi/src/main Set version to 0.31.0-SNAPSHOT 2021-12-22 22:18:42 +01:00
jsonminiq/src Remove print statement 2021-12-11 22:46:55 +01:00
notification Add priority to gotify channel 2022-01-12 20:59:24 +01:00
oidc/src/main/scala/docspell/oidc Remove unused code 2021-09-23 09:27:44 +02:00
pubsub Remove pubsub entries when shutting down and initialize by uri 2022-01-12 21:18:38 +01:00
query Update scalafmt to 3.0.8 2021-12-11 22:46:55 +01:00
restapi/src Add priority to gotify channel 2022-01-12 20:59:24 +01:00
restserver/src Allow a custom message part for the periodic query task 2022-01-11 22:50:19 +01:00
store/src Remove pubsub entries when shutting down and initialize by uri 2022-01-12 21:18:38 +01:00
totp/src Add support for more generic notification 2021-12-11 18:57:32 +01:00
webapp Merge pull request #1279 from eikek/gotify-priority 2022-01-12 20:17:11 +00:00