Skip to content

Commit a9c6d78

Browse files
committed
fix
1 parent c26c125 commit a9c6d78

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

barcode-reader/general/dbr-supports-pdf.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ No. **Reading from PDF files does not require any additional license**. It is fu
1717
### How to scan specific pages of a pdf file?
1818
hen processing PDF files, you can use the **[`set_pages()`](https://www.dynamsoft.com/capture-vision/docs/server/programming/python/api-reference/utility/directory-fetcher.html?product=dbr&lang=python#set_pages)** method to specify which pages should be scanned.
1919
This helps improve performance by avoiding unnecessary page processing.
20+
2021
- DirectoryFetcher
21-
```python
2222

23+
```python
2324
# Example DirectoryFetcher: process only page 1 and page 3
2425
# (page index follows the SDK's page numbering rules)
2526
fetcher = DirectoryFetcher()
@@ -28,9 +29,10 @@ fetcher.set_pages([1, 3])
2829

2930
cvr.set_input(fetcher)
3031
```
32+
3133
- FileFetcher
32-
```python
3334

35+
```python
3436
# Example FileFetcher: process only page 1 and page 3
3537
# (page index follows the SDK's page numbering rules)
3638
fetcher = FileFetcher()

barcode-reader/general/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ Please use the links below to find answers to common questions and configuration
1616
- [How to filter incorrect results with the barcode result length?](avoid-incorrect-results.html)
1717
- [Check Current Version](check-current-version.html)
1818
- [Different Editions of DBR](different-editions-of-dbr.html)
19-
- [How to scan specific pages of a pdf file?](scan-specific-page.html)
2019
- [How to scan US driver's license?](scan-us-drivers-license.html)
2120
- [Supported Barcode Formats](supported-barcode-formats.html)

0 commit comments

Comments
 (0)