Class Entity (0.6.0a0)

Entity(
    documentai_entity: google.cloud.documentai_v1.types.document.Document.Entity,
)

Represents a wrapped documentai.Document.Entity.

Attributes

NameDescription
documentai_entity google.cloud.documentai.Document.Entity
Required. The original google.cloud.documentai.Document.Entity object.
type_ str
Required. Entity type from a schema e.g. "Address".
mention_text str
Optional. Text value in the document e.g. "1600 Amphitheatre Pkwy". If the entity is not present in the document, this field will be empty.

Methods

crop_image

crop_image(documentai_document: google.cloud.documentai_v1.types.document.Document)

Return image cropped from page image for detected entity.

Parameter
NameDescription
documentai_document documentai.Document

Required. The Document containing the Entity.

Returns
TypeDescription
PIL.Image.ImageImage from Document.Entity. Returns None if there is no image.