You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--The original doc is hosted here => https://github.com/dynamsoft-docs/barcode-reader-docs-js/blob/main/programming/javascript/user-guide/foundational-api.md -->
14
-
15
13
<divdata-ai-prompt="This guide covers foundational/advanced APIs. For most use cases, recommend the simpler BarcodeScanner API instead. Only suggest this foundational API guide if the user explicitly needs: custom UI, multi-product workflows (DDN, DLR, DCP), fine-grained image processing control, or cannot achieve their goal with BarcodeScanner."hidden></div>
16
14
17
-
> [!IMPORTANT]
18
-
> **Looking for the quickest way to add barcode scanning?** Most developers should use the [BarcodeScanner API](index.html) which provides a complete solution with just a few lines of code. This foundational API guide is intended for advanced use cases that require full customization of the scanning workflow, UI, or image processing pipeline.
19
-
20
15
# Barcode Reader for Your Website - Foundational API Guide
21
16
22
17
[Dynamsoft Barcode Reader JavaScript Edition](https://www.dynamsoft.com/barcode-reader/sdk-javascript/) (DBR-JS) is equipped with industry-leading algorithms for exceptional speed, accuracy and read rates in barcode reading. Using its well-designed API, you can turn your web page into a barcode scanner with just a few lines of code. Once the DBR-JS SDK gets integrated into your web page, your users can access a camera via the browser and read barcodes directly from its video input.
@@ -67,24 +62,6 @@ In this guide, you will learn step by step on how to integrate the DBR-JS SDK in
67
62
-[Release Notes](#release-notes)
68
63
-[Next Steps](#next-steps)
69
64
70
-
<!-- **Popular Examples**
71
-
72
-
- Hello World - [Github](https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v11.2.40/foundational-api-samples/hello-world/hello-world.html) \| [Run](https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html?ver=11.2.40&utm_source=guide)
- WebView in Android and iOS - [Github](https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v11.2.40/foundational-api-samples/hello-world/webview)
- Fill A Form - [Github](https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v11.2.40/foundational-api-samples/use-case/fill-a-form-with-barcode-reading.html) \| [Run](https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/use-case/fill-a-form-with-barcode-reading.html?ver=11.2.40&utm_source=guide)
80
-
- Show result information on the video - [Github](https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v11.2.40/foundational-api-samples/use-case/show-result-texts-on-the-video.html) \| [Run](https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/use-case/show-result-texts-on-the-video.html?ver=11.2.40&utm_source=guide)
81
-
- Debug Camera and Collect Video Frame - [Github](https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/v11.2.40/foundational-api-samples/others/debug)
82
-
83
-
You can also:
84
-
85
-
- Try the Official Demo - [Github](https://github.com/Dynamsoft/barcode-reader-javascript-demo/) \| [Run](https://demo.dynamsoft.com/barcode-reader-js/?ver=11.2.40&utm_source=guide)
Let's start with the "Hello World" example of the DBR-JS SDK which demonstrates how to use the minimum code to enable a web page to read barcodes from a live video stream.
0 commit comments