Hi,
I am using submitImage/processDocument method to perform recognition on a multi-page PDF. I wanted to know if we can ignore specific pages (possibly identified by page-number or some header in the page) from that PDF while doing recognition, so that output file does not contain those pages.
Thanks.
Comments
2 comments
Sorry for the delay. The processDocument method does not support this possibility. But, if I understand you correctly, you can control the content of your file when you upload the images to a task using the submitImage method. You can upload only those pages that you need. Then the output will contain only the desired pages.
Ok. I got it. Your answer saved me a lot of time. Thanks.
Please sign in to leave a comment.