Skip to content

Commit 2c61d3c

Browse files
authored
Merge pull request #20 from dynamsoft-docs/preview
Update BarcodeReader and BarcodeScanner with documentation adjustments
2 parents 553394b + b239cb4 commit 2c61d3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

barcode-reader/web/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Welcome! Browse the sections below for answers to common questions, configuratio
5858

5959
## Scan Settings
6060

61-
- [Difference between BarcodeReader and BarcodeScanner](scan-setting/difference-between-barcodeReader-and-barcodeScanner.html)
61+
- [Difference between BarcodeReader and BarcodeScanner(V9 and below)](scan-setting/difference-between-barcodeReader-and-barcodeScanner.html)
6262
- [Difference between BestSpeed and BestCoverage](scan-setting/difference-between-bestspeed-and-bestcoverage.html)
6363
- [Differences between Full and Compact Editions](scan-setting/differences-between-full-and-compact-editions.html)
6464
- [Differences between updateScanSettings, updateVideoSettings, and updateRuntimeSettings](scan-setting/differences-between-updateScanSettings-updateVideoSettings-and-updateRuntimeSettings.html)

barcode-reader/web/scan-setting/difference-between-barcodeReader-and-barcodeScanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ needAutoGenerateSidebar: false
1010

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

13-
**_NOTE:_** - This is for version 9 or lower of barcode reader sdk
13+
### **_NOTE:_** - This FAQ applies to Barcode Reader SDK version 9 or earlier. For the current version, please refer to our latest version introduction [here](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/).
1414

1515
No, as each offers a different functionality than the other. The `BarcodeReader` class is used to decode static images (via one of the [decode\*](https://www.dynamsoft.com/barcode-reader/docs/v9/web/programming/javascript/api-reference/BarcodeReader.html#decode) methods) and does not have the ability to open the camera stream and decode barcodes directly from the video stream.
1616

0 commit comments

Comments
 (0)