Hey Blue Devil,
Thanks for the advice there. I was able to find a solution by adjusting one of my rulesets using TYPE identifiers and moving my ruleset up the document hierarchy.
Matt
------------------------------
Matt May
------------------------------
Original Message:
Sent: Tue June 13, 2023 11:41 AM
From: Blue Devil
Subject: Datacap Export to XML
Hello Matt - You might be able to by using the merge ruleset to merge these tiff to a multi single page tiff or pdf. Similar to merging tiff that was converted from pdf to tiff and merging the tiff to a pdf.
------------------------------
Blue Devil
Original Message:
Sent: Fri June 09, 2023 12:31 PM
From: Matt May
Subject: Datacap Export to XML
I'm currently building out an application that requires an xml file to be generated during the export process. I currently have things exporting to an XML, but for any multi-page TIF files, the XML will have a line for each page with the file name. Basically what I need in the XML is only the first page with the document name along with the captured data to be exported. I have an example below showing how an 8 page tif file will have an entry in the xml for every page. Is it possible to export data only from the first page since that is where all the information is captured?
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
<FileName>20230605.000011.01.tif
------------------------------
Matt May
------------------------------