- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
The Page Detail Object
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[] |
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:
The properties and their data types are listed below.
Property Name |
Data Type |
Comments |
---|---|---|
ConfidenceScores |
DataTable[] | |
FormFields |
FormFieldCollection | |
HasFormData |
Boolean | |
HasLines |
Boolean | |
HasTableData |
Boolean | |
Lines |
LineCollection | |
RawJson |
String | |
Tables |
DataTable[] |
Property Name |
Data Type |
Comments |
---|---|---|
AvgConfidence |
Double | |
HighConfidence |
Double | |
RawJSON |
String | |
Items |
FormField[] | |
LowConfidence |
Double |
Property Name |
Data Type |
Comments |
---|---|---|
AvgConfidence |
Double | |
HighConfidence |
Double | |
Items |
Line[] | |
LowConfidence |
Double |