-
#956
7c2b2d2Thanks @CorentinTh! - Introduced custom properties! Define custom properties on your organization and set them on documents. Custom properties can be of different types, including text, number, select, multi-select and document or organization members relations. -
#948
725eaffThanks @CorentinTh! - When extracting text from PDF documents, if neither text nor images suitable for OCR are found, the pages are rendered as images and processed with OCR. Adding support for vectorized text. -
#970
5900674Thanks @CorentinTh! - Added support for quoted search filters, like"warranty date":>2026 -
#969
812e7c3Thanks @CorentinTh! - Added sort actions in the tags list page -
#939
87a94abThanks @CorentinTh! - Removed useless corepack installation in Dockerfiles -
#949
ec740edThanks @CorentinTh! - Added document content extraction support for .xlsx and .ods files. -
#916
65c2beaThanks @CorentinTh! - Added low-level safeguards in the document storage service to prevent overwriting existing files -
#943
a7b18ceThanks @CorentinTh! - Add the document date property. -
#921
6be6beaThanks @CorentinTh! - Added the possibility to customize the document storage path -
#935
62e9e66Thanks @CorentinTh! - Add a document storage migration script to migrate documents from one storage service to another or update storage key or configuration. -
#930
41e9f33Thanks @CorentinTh! - Added an option to fully disable the content extraction feature. -
#968
74828e8Thanks @AntonPalmqvist! - Added Swedish language support -
#945
31e27d5Thanks @CorentinTh! - Added thedatesearch filter, allowing to filter by document dates, likedate:>2026, andhas:date. -
#953
db6badbThanks @CorentinTh! - Added content extraction support for scanned PDFs images in 1-bit-per-pixel grayscale format. -
#965
87d80afThanks @CorentinTh! - Added support for searching by custom properties. For example, given a custom propertystatusof typeselectwith optionstodo,in progressanddone, you could search forstatus:todoto find all documents with the status set to todo, orhas:statusto find all documents with a status set (and-has:statusfor documents without a status).