Multipage document but only parse the Driver copy pages
We recommend a three-endpoint workflow.
First, is find the Driver copy pages using the
/pdf/find
endpoint. Here's a sample regex expression(?s)Driver.*?Disc\.
Next, is to split the Drive copy pages from the rest of the pages using the
/pdf/split
endpoint. Use the output values from the previous step as thepages
parameter's value.Finally, parse the Driver copy pages using the
/pdf/documentparser
endpoint with your Document Parser template.
Applies To:
/pdf/find
/pdf/split
/pdf/documentparser