Package Classes (0.13.4a0)

Summary of entries of Classes for documentai-toolbox.

Classes

Document

Represents a wrapped Document.

This class hides away the complexities of using the Document protobuf response outputted by BatchProcessDocuments or ProcessDocument methods and implements convenient methods for searching and extracting information within the Document.

Entity

Represents a wrapped documentai.Document.Entity.

Block

Represents a wrapped documentai.Document.Page.Block.

FormField

Represents a wrapped documentai.Document.Page.FormField.

Line

Represents a wrapped documentai.Document.Page.Line.

MathFormula

Represents a wrapped documentai.Document.Page.VisualElement with type math_formula. https://cloud.google.com/document-ai/docs/process-documents-ocr#math_ocr

Page

Represents a wrapped documentai.Document.Page .

Paragraph

Represents a wrapped documentai.Document.Page.Paragraph.

Symbol

Represents a wrapped documentai.Document.Page.Symbol. https://cloud.google.com/document-ai/docs/process-documents-ocr#enable_symbols

Table

Represents a wrapped documentai.Document.Page.Table.

Token

Represents a wrapped documentai.Document.Page.Token.

_BasePageElement

Base class for representing a wrapped Document AI Page element (Symbol, Token, Line, Paragraph, Block).

Modules

gcs_utilities

Google Cloud Storage utilities.

document

Wrappers for Document AI Document type.

entity

Wrappers for Document AI Entity type.

page

Wrappers for Document AI Page type.