Question
Adobe Extract PDF - Multiple Files / Multiple calls - Node.JS
In the workflow I'm attempting to structure, I am splitting a large PDF into separate 100 page files, OCRing those files, then attempting to use Extract to grab text information from them. The first PDF always runs fine, however, the files following give me the following error...
Exception encountered while executing operation Error: Operation instance must only be invoked once
at ExtractPdfOperation.validate (C:\Users\huntera\Desktop\Test\adobe-dc-pdf-services-sdk-node-samples\node_modules\@adobe\pdfservices-node-sdk\src\operation\extract-pdf-operation.js:172:10)I am utilizing Node.JS to compile/run the scripts.
