Skip to content

Commit bd264a9

Browse files
Update aws-textract.md
added documentation for the JA_SplitPdfPages helper action
1 parent b4e4f67 commit bd264a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ This enumeration indicates the selection status of the block. For more informati
271271

272272
Activities define the actions that are executed in a microflow or a nanoflow. For the Amazon Textract connector, they represent actions such as analyzing a document or expense. For more information, see [Activities](/refguide/activities/).
273273

274+
To help working with PDF files with mulitple pages in a synchronous way, you can use the `JA_SplitPdfPages` helper action to split a PDF File with multiple pages into a list of single page PDFs. It also supports extracting only a subset of the pages (e.g. only pages 2 and 3, when page 1 is not relevant).
275+
274276
#### 4.3.1 AnalyzeDocument {#analyzedocument}
275277

276278
The `AnalyzeDocument` Amazon Textract action allows you to analyze documents and extract information from them. It requires a valid AWS region and `AnalyzeDocumentRequest` object. It additionally requires at least a `RequestQuery` object when the `GetQueries` attribute in `AnalyzeDocumentRequest` is set to true.

0 commit comments

Comments
 (0)