Skip to content

Commit ea2dac8

Browse files
update to internal commit 50cb1518
1 parent 9a3dabc commit ea2dac8

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

programming/javascript/api-reference/capture-vision-router/settings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ const settings = {
6464
]
6565
};
6666
await router.initSettings(settings);
67+
68+
// Later in the code, specify the name of the template to use (e.g., "ReadSingleBarcode" in the sample template).
69+
router.startCapturing("NAME-OF-TEMPLATE-TO-USE");
6770
```
6871

6972
**See Also**
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: default-layout
3+
title: Readme - Dynamsoft Capture Vision Data
4+
description: This package encompasses machine learning models, such as the Convolutional Neural Networks (CNN) model used for text recognition, empowering various foundational products under DCV architecture.
5+
keywords: dynamsoft dynamsoft-capture-vision sdk javascript typescript Convolutional-Neural-Networks CNN
6+
needAutoGenerateSidebar: true
7+
needGenerateH3Content: true
8+
noTitleIndex: true
9+
---
10+
11+
# Dynamsoft Capture Vision Data
12+
13+
This package includes machine learning models for barcode reading, text recognition, and border detection, as well as string parsing resources and template files, empowering various foundational products under [DCV (Dynamsoft Capture Vision) architecture](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/).

0 commit comments

Comments
 (0)