Page

class oci.ai_vision.models.Page(**kwargs)

Bases: object

One page document analysis result.

Methods

__init__(**kwargs) Initializes a new Page object with values from keyword arguments.

Attributes

detected_document_types Gets the detected_document_types of this Page.
detected_languages Gets the detected_languages of this Page.
dimensions Gets the dimensions of this Page.
document_fields Gets the document_fields of this Page.
lines Gets the lines of this Page.
page_number [Required] Gets the page_number of this Page.
tables Gets the tables of this Page.
words Gets the words of this Page.
__init__(**kwargs)

Initializes a new Page object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
detected_document_types

Gets the detected_document_types of this Page. An array of detected document types.

Returns:The detected_document_types of this Page.
Return type:list[oci.ai_vision.models.DetectedDocumentType]
detected_languages

Gets the detected_languages of this Page. An array of detected languages.

Returns:The detected_languages of this Page.
Return type:list[oci.ai_vision.models.DetectedLanguage]
dimensions

Gets the dimensions of this Page.

Returns:The dimensions of this Page.
Return type:oci.ai_vision.models.Dimensions
document_fields

Gets the document_fields of this Page. The form fields detected on the page.

Returns:The document_fields of this Page.
Return type:list[oci.ai_vision.models.DocumentField]
lines

Gets the lines of this Page. The lines of text detected on the page.

Returns:The lines of this Page.
Return type:list[oci.ai_vision.models.Line]
page_number

[Required] Gets the page_number of this Page. The document page number.

Returns:The page_number of this Page.
Return type:int
tables

Gets the tables of this Page. The tables detected on the page.

Returns:The tables of this Page.
Return type:list[oci.ai_vision.models.Table]
words

Gets the words of this Page. The words detected on the page.

Returns:The words of this Page.
Return type:list[oci.ai_vision.models.Word]