How can we process only first page & last page from a multi page document.
Can we process a specific page(s) from a document without processing the whole document.
Is there any option to ignore specific pages while processing a document.
How can we process only first page & last page from a multi page document.
Can we process a specific page(s) from a document without processing the whole document.
Is there any option to ignore specific pages while processing a document.
0人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
Unfortunately, Cloud OCR SDK does not support the described posibility. At first you have to break the source file into separate pages somehow and then you can process the needed pages using either the processImage method for one-page file or the combination of the submitImage and processDocument methods to process several pages with the same settings at once.
If this is an important feature for your scenario, you can try our offline SDK product – ABBYY FineReader Engine. It allows to operate with separate pages of a multi-page document.
Hi Anna, Thank you for your reply
サインインしてコメントを残してください。