Skip to content

Commit 8df3a01

Browse files
committed
fix
1 parent 700426e commit 8df3a01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The **only exceptions** are the **JavaScript edition** and the **Mobile edition*
1515
No. **Reading from PDF files does not require any additional license**. It is fully included in the standard SDK license.
1616

1717
### How to scan specific pages of a pdf file?
18-
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.
18+
When 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.
2020

2121
- DirectoryFetcher

barcode-reader/mobile/configuration/reduce-battery-consumption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ If you're noticing high battery consumption while using Dynamsoft Barcode Reader
1919
If scanning is only needed occasionally, be sure to stop the camera and barcode processing once the task is complete.
2020
Call the appropriate method to stop capturing:
2121

22-
- **Android**: [`stopCapturing`](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/ios/api-reference/capture-vision-router/multiple-file-processing.html?product=dbr&lang=objectivec-swift#stopcapturing)
23-
- **iOS**: [`stopCapturing`](http://dynamsoft.com/capture-vision/docs/mobile/programming/android/api-reference/capture-vision-router/multiple-file-processing.html?product=dbr&lang=android#stopcapturing)
22+
- **Android**: [`stopCapturing`](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/android/api-reference/capture-vision-router/multiple-file-processing.html?product=dbr&lang=android#stopcapturing)
23+
- **iOS**: [`stopCapturing`](http://dynamsoft.com/capture-vision/docs/mobile/programming/ios/api-reference/capture-vision-router/multiple-file-processing.html?product=dbr&lang=objectivec-swift#stopcapturing)
2424

2525
This ensures that system resources like the camera and CPU are properly released, reducing battery drain.
2626

0 commit comments

Comments
 (0)