I have a PDF Data Mapper and want to define the boundary dynamically. Can the “PROPERTY TAX STATEMENT” string in the script below be an automation variable? How about the coordinates that define the region?
if (boundaries.find(“PROPERTY TAX STATEMENT”, region.createRegion(0,0,356,356)).found) {
boundaries.set();
}