@@ -25,42 +25,6 @@ schema: schemas/dynamsoft-facilitates-mit-research-schema.json
2525 -->
2626
2727In this guide, you will learn step by step on how to integrate the DBR-JS SDK into your website.
28- <!--
29- <span style="font-size:20px">Table of Contents</span>
30-
31- - [Barcode Reader for Your Website - Foundational API Guide](#barcode-reader-for-your-website---foundational-api-guide)
32- - [Hello World - Simplest Implementation](#hello-world---simplest-implementation)
33- - [Understand the code](#understand-the-code)
34- - [About the code](#about-the-code)
35- - [Run the example](#run-the-example)
36- - [Preparing the SDK](#preparing-the-sdk)
37- - [Step 1: Include the SDK](#step-1-include-the-sdk)
38- - [Step 2: Prepare the SDK](#step-2-prepare-the-sdk)
39- - [1. Specify the license](#1-specify-the-license)
40- - [2. \[Optional\] Specify the location of the "engine" files](#2-optional-specify-the-location-of-the-engine-files)
41- - [Using the SDK](#using-the-sdk)
42- - [Step 1: Preload the module](#step-1-preload-the-module)
43- - [Step 2: Create a CaptureVisionRouter object](#step-2-create-a-capturevisionrouter-object)
44- - [Step 3: Connect an image source](#step-3-connect-an-image-source)
45- - [Step 4: Register a result receiver](#step-4-register-a-result-receiver)
46- - [Step 5: Start process video frames](#step-5-start-process-video-frames)
47- - [Customizing the process](#customizing-the-process)
48- - [1. Adjust the preset template settings](#1-adjust-the-preset-template-settings)
49- - [1.1. Change barcode settings](#11-change-barcode-settings)
50- - [1.2. Retrieve the original image](#12-retrieve-the-original-image)
51- - [1.3. Change reading frequency to save power](#13-change-reading-frequency-to-save-power)
52- - [1.4. Specify a scan region](#14-specify-a-scan-region)
53- - [2. Edit the preset templates directly](#2-edit-the-preset-templates-directly)
54- - [3. \[Important\] Filter the results](#3-important-filter-the-results)
55- - [Method 1: Verify results across multiple frames](#method-1-verify-results-across-multiple-frames)
56- - [Method 2: Eliminate redundant results detected within a short time frame](#method-2-eliminate-redundant-results-detected-within-a-short-time-frame)
57- - [4. Add feedback](#4-add-feedback)
58- - [Customizing the UI](#customizing-the-ui)
59- - [Documentation](#documentation)
60- - [API Reference](#api-reference)
61- - [How to Upgrade](#how-to-upgrade)
62- - [Release Notes](#release-notes)
63- - [Next Steps](#next-steps) -->
6428
6529## Hello World - Simplest Implementation
6630
0 commit comments