Skip to content

Commit d82135a

Browse files
textract updates
1 parent 844cb86 commit d82135a

1 file changed

Lines changed: 46 additions & 34 deletions

File tree

content/en/docs/appstore/connectors/aws/aws-textract.md

Lines changed: 46 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The Amazon Textract connector requires Mendix Studio Pro version 9.18.0 or above
2121

2222
To authenticate with Amazon Web Service (AWS), you must also install and configure the [AWS authentication connector](https://marketplace.mendix.com/link/component/120333). For more information about installing and configuring the AWS Authentication connector, see [AWS Authentication](/appstore/connectors/aws/aws-authentication/).
2323

24+
### 1.3 Limitations
25+
26+
Because of a synchronous invocation limitation of the Amazon Textract service, the Amazon Textract connector only supports scanning a single page at a time. This limitation will be removed in future versions of the connector.
27+
2428
## 2 Installation
2529

2630
Follow the instructions in [How to Use Marketplace Content in Studio Pro](/appstore/general/app-store-content/) to import the Amazon Textract connector into your app.
@@ -167,31 +171,35 @@ An enumeration is a predefined list of values that can be used as an attribute t
167171

168172
#### 4.2.1 RelationshipType
169173

170-
This enumeration indicates the relationship between the current block and the other blocks in the array.
174+
This enumeration indicates the relationship between the current block and the other blocks in the array. For more information about the enumeration members, see [RelationshipType](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-textract/enums/relationshiptype.html) in the AWS API documentation.
171175

172-
| Name | Caption | Description |
173-
| --- | --- | --- |
174-
| `VALUE` | VALUE | |
175-
| `CHILD` | CHILD | |
176-
| `COMPLEX_FEATURES` | COMPLEX_FEATURES | |
177-
| `MERGED_CELL` | MERGED_CELL | |
178-
| `TITLE` | TITLE | |
179-
| `ANSWER` | ANSWER | |
176+
| Name | Caption |
177+
| --- | --- |
178+
| `VALUE` | VALUE |
179+
| `CHILD` | CHILD |
180+
| `COMPLEX_FEATURES` | COMPLEX_FEATURES |
181+
| `MERGED_CELL` | MERGED_CELL |
182+
| `TITLE` | TITLE |
183+
| `ANSWER` | ANSWER |
180184

181185
#### 4.2.2 TextType
182186

183-
| Name | Caption | Description |
184-
| --- | --- | --- |
185-
| `PRINTED` | PRINTED | Indicates that the text is printed. |
186-
| `HANDWRITING` | HANDWRITING | Indicates that the text is handwritten. |
187+
This enumeration indicates the type of text that is scanned. For more information about the enumeration members, see [TextType](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-textract/enums/texttype.html) in the AWS API documentation.
188+
189+
| Name | Caption |
190+
| --- | --- |
191+
| `PRINTED` | PRINTED |
192+
| `HANDWRITING` | HANDWRITING |
187193

188194
#### 4.2.3 EntityTypes
189195

190-
| Name | Caption | Description |
191-
| --- | --- | --- |
192-
| `KEY` | KEY | |
193-
| `VALUE` | VALUE | |
194-
| `COLUMN_HEADER` | COLUMN_HEADER | |
196+
For more information about the enumeration members, see [EntityType](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-textract/enums/entitytype.html) in the AWS API documentation.
197+
198+
| Name | Caption |
199+
| --- | --- |
200+
| `KEY` | KEY |
201+
| `VALUE` | VALUE |
202+
| `COLUMN_HEADER` | COLUMN_HEADER |
195203

196204
#### 4.2.4 AWS_Region
197205

@@ -224,26 +232,30 @@ This enumeration contains a list of supported AWS regions. For more information,
224232

225233
#### 4.2.5 BlockType
226234

227-
| Name | Caption | Description |
228-
| --- | --- | --- |
229-
| `CELL` | CELL | |
230-
| `KEY_VALUE_SET` | KEY_VALUE_SET | |
231-
| `LINE` | LINE | |
232-
| `MERGED_CELL` | MERGED_CELL | |
233-
| `PAGE` | PAGE | |
234-
| `QUERY` | QUERY | |
235-
| `QUERY_RESULT` | QUERY_RESULT | |
236-
| `SELECTION_ELEMENT` | SELECTION_ELEMENT | |
237-
| `TABLE` | TABLE | |
238-
| `TITLE` | TITLE | |
235+
This enumeration describes the current block. For more information about the enumeration members, see [BlockType](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-textract/enums/blocktype.html) in the AWS API documentation.
236+
237+
| Name | Caption |
238+
| --- | --- |
239+
| `CELL` | CELL |
240+
| `KEY_VALUE_SET` | KEY_VALUE_SET |
241+
| `LINE` | LINE |
242+
| `MERGED_CELL` | MERGED_CELL |
243+
| `PAGE` | PAGE |
244+
| `QUERY` | QUERY |
245+
| `QUERY_RESULT` | QUERY_RESULT |
246+
| `SELECTION_ELEMENT` | SELECTION_ELEMENT |
247+
| `TABLE` | TABLE |
248+
| `TITLE` | TITLE |
239249
| `WORD` | WORD | |
240250

241251
#### 4.2.6 SelectionStatus
242252

243-
| Name | Caption | Description |
244-
| --- | --- | --- |
245-
| `SELECTED` | SELECTED | |
246-
| `NOT_SELECTED` | NOT_SELECTED | |
253+
This enumeration indicates the selection status of the block. For more information about the enumeration members, see [SelectionStatus](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-textract/enums/selectionstatus.html) in the AWS API documentation.
254+
255+
| Name | Caption |
256+
| --- | --- |
257+
| `SELECTED` | SELECTED |
258+
| `NOT_SELECTED` | NOT_SELECTED |
247259

248260
### 4.3 Activities {#activities}
249261

0 commit comments

Comments
 (0)