Hi all, I want to process only few pages of a large pdf how to achieve that.
[Cloud] How to limit the number of pages for processing
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
Hi all, I want to process only few pages of a large pdf how to achieve that.
0人中0人がこの記事が役に立ったと言っています
コメント
3件のコメント
You can try to use the processDocument method for your usage scenario. This method allows to process several images using the same settings and obtain recognition result as a multi-page document. You can upload several images to one task using the submitImage method, i.e. you can control the content of your file when you upload the images to the task and upload only those pages that you need to be processed.
Thanks, but dont see how that helps as submitImage does not accept a page number as a parameter. I still have to break the pdf into separate images. I will around the problem using another library to break pdfs into pages.
You are right, unfortunately, at first you have to break the source file into separate pages somehow and then you can process the needed pages using submitImage and processDocument methods.
Also you can try our offline SDK product - ABBYY FineReader Engine (https://www.abbyy.com/ocr-sdk/). It allows to operate with separate pages of a multi-page document.
サインインしてコメントを残してください。