You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/appstore/connectors/aws/aws-textract.md
+46-34Lines changed: 46 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@ The Amazon Textract connector requires Mendix Studio Pro version 9.18.0 or above
21
21
22
22
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/).
23
23
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
+
24
28
## 2 Installation
25
29
26
30
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
167
171
168
172
#### 4.2.1 RelationshipType
169
173
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.
171
175
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 |
180
184
181
185
#### 4.2.2 TextType
182
186
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 |
187
193
188
194
#### 4.2.3 EntityTypes
189
195
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 |
195
203
196
204
#### 4.2.4 AWS_Region
197
205
@@ -224,26 +232,30 @@ This enumeration contains a list of supported AWS regions. For more information,
224
232
225
233
#### 4.2.5 BlockType
226
234
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 |
239
249
|`WORD`| WORD ||
240
250
241
251
#### 4.2.6 SelectionStatus
242
252
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.
0 commit comments