Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions _data/product_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ useGroupedVersion: true
version_info_list:
- value: latest version(3.0.0)
- value: 3.x
child:
- 3.0.0
- value: 2.x
child:
- 2.1
- 2.0
- 2.1.0
- 2.0.0
- value: 1.x
child:
- 1.1
- 1.1.0
3 changes: 3 additions & 0 deletions guides/mrz-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ Different types of webservers are configured differently, for example:

Let's now go through the code of the Hello World sample to understand how the code works in detail.

> [!NOTE]
> If you are using a framework like React/Angular/Vue, please refer to the [framework samples]({{ site.codegallery }}index.html#frameworks) built by the development team.

### Step 1: Setting up the HTML and Including the MRZ Scanner

```html
Expand Down