Skip to content

Update scan-specific-page.md #801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions faq/general/scan-specific-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ permalink: /faq/general/scan-specific-page.html

[<< Back to FAQ index](index.md)

We are planning to add `Pages` parameter of the `ImageParameterOptions` Parameter.
You can now scan specific pages of a PDF file using the [`Pages`](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/image-source-options/pages.html?ver=10.4.3100&product=dbr&lang=javascript#example) parameter of the `ImageSourceOptions` parameter.

Currently you will need to manually filter out the extra results from the returned retults or you can convert the specific pages pdf file to single image files and then decode the images.
This allows you to directly specify which pages to decode without needing to manually filter out results or convert pages to images.