From c263d8e8f166478b8beb7c9d47159f4a18e22889 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Thu, 3 Dec 2020 19:02:46 +0100 Subject: [PATCH] docs --- docs/changelog.rst | 13 ++++++++++++- docs/faq.rst | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5ded39699..9ccc7bd6a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,7 +17,7 @@ paperless-ng 0.9.5 * Many of the configuration options regarding OCR have changed. See :ref:`configuration-ocr` for details. * Paperless no longer guesses the language of your documents. It always uses the language that you specified with ``PAPERLESS_OCR_LANGUAGE``. Be sure to set this to the language the majority of your - documents are in. + documents are in. Multiple languages can be specified, but that requires more CPU time. * The management command :ref:`document_archiver ` can be used to create archived versions for already existing documents. @@ -27,6 +27,17 @@ paperless-ng 0.9.5 based on the sub folders a document was found in. This can be configured with ``PAPERLESS_CONSUMER_RECURSIVE`` and ``PAPERLESS_CONSUMER_SUBDIRS_AS_TAGS``. +* API + + * The API now offers token authentication. + * The endpoint for uploading documents now supports specifying custom titles, correspondents, tags and types. + This can be used by clients to override the default behavior of paperless. + * The document endpoint of API now serves document in this form: + * correspondents, document types and tags are referenced by their ID in the fields ``correspondent``, ``document_type`` and ``tags``. The ``*_id`` versions are gone. These fields are read/write. + * in addition to that, ``*_object`` fields serve nested objects. Read only. Don't rely on these, they will probably get removed once I figure out how to better handle asynchronous data in the front end. + +* Some minor improvements to the front end, such as document count in the document list, better visibility of the current view, and improvements to the filter behavior. + * Fixes: * A bug with the generation of filenames for files with unsupported types caused the exporter and diff --git a/docs/faq.rst b/docs/faq.rst index 74e99c6c7..9a5e73ea5 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -49,7 +49,7 @@ out of that folder to use them elsewhere. Here are a couple notes about that. **A:** Currently, the following files are supported: -* PDF documents, PNG images and JPEG images are processed with OCR. +* PDF documents, PNG images, JPEG images, TIFF images and GIF images are processed with OCR and converted into PDF documents. * Plain text documents are supported as well and are added verbatim to paperless.