docspell/modules
Eike Kettner 1fc57fc2b2 Set default value for min-text-len to 500
This value is used to decide whether to try OCR or not. If text is
below this value, OCR is run and both results are compared. It was set
to 10, which is just one or two words. Since the context for docspell
are documents, this value is too low.
2020-08-01 15:46:00 +02:00
..
analysis/src Scalafix organize-imports 2020-06-28 21:20:47 +02:00
backend/src/main/scala/docspell/backend Remove duplicate results from index-only search 2020-08-01 15:46:00 +02:00
common/src Add a folder-id to item processing 2020-07-14 23:18:39 +02:00
convert/src Update scala to 2.13.3 2020-08-01 01:03:43 +02:00
extract/src Add pdf meta data to extracted text to add it to full-text index 2020-07-19 01:07:49 +02:00
files/src Update scala to 2.13.3 2020-08-01 01:03:43 +02:00
fts-client/src/main/scala/docspell/ftsclient Apply folder restriction to fulltext only search 2020-07-12 13:50:45 +02:00
fts-solr/src/main/scala/docspell/ftssolr Organize imports 2020-07-12 13:51:52 +02:00
joex/src Set default value for min-text-len to 500 2020-08-01 15:46:00 +02:00
joexapi/src/main Fix decoding joex responses in JoexClient 2020-07-15 20:45:07 +02:00
restapi/src/main/resources Add a folder-id to item processing 2020-07-14 23:18:39 +02:00
restserver/src/main Add a folder-id to item processing 2020-07-14 23:18:39 +02:00
store/src/main Use keywords in pdfs to search for existing tags 2020-07-19 00:28:04 +02:00
webapp/src/main Fixes a race condition when initializing the calendar-event field 2020-08-01 11:42:01 +02:00