Search PDF Content
search-pdf-contentSearch for text in a PDF file and return the matches with their positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case | No | Whether the search is case-sensitive. | |
| file | Yes | Publicly reachable URL of the PDF file to search. | |
| text | Yes | Text or pattern to search for. | |
| async | No | Run the action asynchronously and return a job id instead of the result. Poll "check-job-status" or set "webhook_url" to receive a callback. | |
| regex | No | Whether to interpret "text" as a regular expression. | |
| webhook_url | No | Callback URL invoked when an async job finishes. Only used when "async" is true. |