Skip to content

Commit dac32ce

Browse files
Remove commented-out Table of Contents section from Foundational API Guide
1 parent 0e804d5 commit dac32ce

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

  • programming/javascript/user-guide

programming/javascript/user-guide/index.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -26,42 +26,6 @@ schema: schemas/dynamsoft-facilitates-mit-research-schema.json
2626

2727
In this guide, you will learn step by step on how to integrate the DBR-JS SDK into your website.
2828

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) -->
64-
6529
## Hello World - Simplest Implementation
6630

6731
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

Comments
 (0)