Cyware PDF Reader
App Vendor: Cyware
App Category: Cyware Product
Connector Version: 1.0.4
API Version: NA
About App
Cyware PDF reader reads text from PDF files.
The Cyware PDF Reader app is configured with the Orchestrate to perform the following actions:
Action Name | Description |
|---|---|
Read PDF | This action reads text from a PDF file. |
Configuration Parameters
The Cyware PDF Reader app does not require any configuration parameter to communicate with the Cyware PDF Reader enterprise application.
Action: Read PDF
This action reads text from a PDF file.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
|---|---|---|---|---|
PDF File Path | Enter the file path of a PDF file to read. Example: "/tmp/0b79c26a-e0fe-4a62-925b-676678903f519/test_pdf.pdf" | Text | Required | |
PDF Password | If the PDF file is password protected, then enter the password to open the PDF. Example: “strong**@3password” | Password | Optional |
Example Request
[
{
"pdf_file_path": "/tmp/0b79c26a-e0fe-4a62-925b-666b9903f519/test_pdf.pdf",
"pdf_password": “strong**@3password”
}
]