UiPath Documentation
marketplace
latest
false
UiPath logo, featuring letters U and I in white

Marketplace user guide

Last updated Apr 1, 2026

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.

ActivityOutput Parameter NameData Type
Analyze Single Page DocumentPagePageDetail
Analyze Multipage DocumentPagesPageDetailCollection
Get Document AnalysisPagesPageDetail[]

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:

docs image

Properties

The properties and their data types are listed below.

Page Detail object

Property NameData TypeComments
ConfidenceScoresDataTable[]N/A
FormFieldsFormFieldCollectionN/A
HasFormDataBooleanN/A
HasLinesBooleanN/A
HasTableDataBooleanN/A
LinesLineCollectionN/A
RawJsonStringN/A
TablesDataTable[]N/A

FormFields object

Property NameData TypeComments
AvgConfidenceDoubleN/A
HighConfidenceDoubleN/A
RawJSONStringN/A
ItemsFormField[]N/A
LowConfidenceDoubleN/A

FormField object

Property NameData TypeComments
ConfidenceDoubleN/A
NameStringN/A
ValueStringN/A

Lines

Property NameData TypeComments
AvgConfidenceDoubleN/A
HighConfidenceDoubleN/A
ItemsLine[]N/A
LowConfidenceDoubleN/A

Line

Property NameData TypeComments
ConfidenceDoubleN/A
TextStringN/A
  • Overview
  • Object model
  • Properties
  • Page Detail object
  • FormFields object
  • FormField object
  • Lines
  • Line

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated