/
Get values from PDF using Extract
Get values from PDF using Extract
Use this page to find example workflows for Genta Automation.
Script
This example will extract values from a Purchase Order (PDF). It shows 2 examples here, the first is extracting from the PDF without specifying the type of content. The second example extracts the data using a parameter to specify the type of data. You will notice that when you specify the type of data, you get more relevant data extracted.
$pdf = "POUSA-0000010630.pdf"
Extract from $pdf
//Review variables in the variables panel on the right
Pause
//Now, try using -purchaseorder to specify the content type
//Review variables in the variables panel on the right
//You will notice that specifying the parameter -purchaseorder makes data extraction more accurate
Extract from $pdf -purchaseorder
Pause
Resources
Related Articles
Filter by label
There are no items with the selected labels at this time.
, multiple selections available,
Related content
Get values from PDF
Get values from PDF
More like this
Extract values from PDF with Fillable Fields to Excel
Extract values from PDF with Fillable Fields to Excel
More like this
Looping files in a folder
Looping files in a folder
More like this
Go to a website with tabular data, export to Excel
Go to a website with tabular data, export to Excel
More like this
Loop folder with multiple Excel files and processes
Loop folder with multiple Excel files and processes
More like this
Web Control Capture
Web Control Capture
Read with this