Text#

class Text(project_uuid, document_uuid)#

Bases: object

Class which represents a CATMA document.

Parameters
  • project_uuid (str) – Name of a CATMA project directory.

  • document_uuid (str) – Document UUID. Corresponds to the directory name in the “documents” directory.

uuid: str#

The text’s UUID.

title: str#

The text’s title.

author: str#

The text’s author.

plain_text: str#

The text as a plain text. The offset annotation data refers to this plain text.