Marketplace
latest
false
Banner background image
Marketplace User Guide
Last updated Apr 16, 2024

The Page Detail Object

Overview

Several Amazon Textract activities have a PageDetail object type as their return value, or otherwise return an array of PageDetail objects.

The list of activities, their output parameter names, and the data type returned are listed below.

Activity

Output Parameter Name

Data Type

Page

PageDetail

Pages

PageDetailCollection

Pages

PageDetail[]

Object Model

The PageDetail object model is a clean encapsulation of all the information returned from Amazon Textract in a robust and comprehensive object to make data extraction easier than working with raw JSON, however should you need to use the raw response you can do that via the object model.

The object model at a high level contains the following properties:



Properties

The properties and their data types are listed below.

Page Detail Object

Property Name

Data Type

Comments

ConfidenceScores

DataTable[]

 

FormFields

FormFieldCollection

 

HasFormData

Boolean

 

HasLines

Boolean

 

HasTableData

Boolean

 

Lines

LineCollection

 

RawJson

String

 

Tables

DataTable[]

 

FormFields Object

Property Name

Data Type

Comments

AvgConfidence

Double

 

HighConfidence

Double

 

RawJSON

String

 

Items

FormField[]

 

LowConfidence

Double

 

FormField Object

Property Name

Data Type

Comments

Confidence

Double

 

Name

String

 

Value

String

 

Lines

Property Name

Data Type

Comments

AvgConfidence

Double

 

HighConfidence

Double

 

Items

Line[]

 

LowConfidence

Double

 

Line

Property Name

Data Type

Comments

Confidence

Double

 

Text

String

 
  • Overview
  • Object Model
  • Properties
  • Page Detail Object
  • FormFields Object
  • FormField Object
  • Lines
  • Line

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.