mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	docs
This commit is contained in:
		| @@ -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 <utilities-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 | ||||
|   | ||||
| @@ -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. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler