Docspell v0.3.0 Release Notes

Release Date: 2020-02-29 // about 4 years ago
  • Mar. 1, 2020

    • ๐Ÿ‘Œ Support for many more document types has been added (including images and office documents). All input files are converted into PDF files (the original file is preserved).
    • PDF Text extraction improved by omitting OCR if text can be stripped.
    • There is a new PDF viewer (utilizing viewerjs) that also works in mobile browsers.
    • ๐Ÿ‘Œ Improve editing notes: Since notes may evolve, there is now a larger edit form and a markdown preview.
    • ๐Ÿ‘‰ Show the extracted information (text, labels, proposals) of an attachment in the Webui.
    • The name search now also searches in item notes.
    • ๐Ÿ› Bug fixed where it was possible to create invalid input when creating new sources.
    • ๐Ÿ› Bug fixed where the item menu was not properly initialized for equipments.
    • The ds.sh script has now an option to check a file for existence in docspell.

    ๐Ÿ”ง Configuration Changes

    ๐Ÿ”ง The configuration of the joex component has been changed.

    • โœ‚ removed docspell.joex.extraction.allowed-content-types
    • ๐Ÿšš other settings in docspell.joex.extraction have been moved to docspell.joex.extraction.ocr
    • โž• added docspell.joex.extraction.ocr.max-image-size
    • โž• added docspell.joex.extraction.pdf.min-text-len
    • โž• added sections in docspell.joex.convert for pdf conversion settings

    REST Api Changes

    The REST Api has some additions:

    • ๐Ÿ†• new route to retrieve the original file
    • ๐Ÿ†• new route to get the rendered pdf of an attachment (using viewerjs)
    • โž• add field in ItemDetail data that refers to the original files of the attachments