Extract Text From PDF
Extract text from a given PDF.
This activity extracts text from user-specified PDF.
Input
File Name:
Object ArgumentRequiredSpecifies the full path of the PDF file from which the text is to be extracted.Page No:
Integer ArgumentRequiredSpecifies the page number or a range of page numbers of the page/pages to be processed.The page number range can be specified as the following:
Output
Result:
String VariableStores the extracted text in a specified String variable.
Last updated