documents#

Document module is a collection of classes that handle documents and their transformations.

Classes

documents.base.BaseMedia

Use to represent media content.

documents.base.Blob

Blob represents raw data by either reference or value.

documents.base.Document

Class for storing a piece of text and associated metadata.

documents.compressor.BaseDocumentCompressor

Base class for document compressors.

documents.transformers.BaseDocumentTransformer()

Abstract base class for document transformation.