Expand description
Types for working with Paperless documents.
Document mutations are applied locally first.
Methods such as set_title,
set_content,
add_tag, etc..
only update the in-memory Document value and mark it as changed.
The changes are only sent to the Paperless server when
patch is called.
Structs§
- Document
- Represents a document.
- Document
Id
Enums§
- Content
- The content (OCR) of a document, either full or truncated.