Skip to content

Commit 2f9644c

Browse files
authored
Merge pull request #53 from dynamsoft-docs/preview
update to internal commit a08c0333
2 parents cbb1245 + f75524d commit 2f9644c

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ docFullPath: https://www.dynamsoft.com/capture-vision/docs/web/
44
firstLevelUrl: /capture-vision/docs/web/
55
docRootName: "Dynamsoft Capture Vision JS Edition"
66
docHomePage: /capture-vision/docs/web/programming/javascript/
7+
searchIndexName: Crawler-DCV-Docs-New
8+
searchNeedFilter: true
79

810
dcvb_introduction: /capture-vision/docs/core/introduction/
911
dcvb_architecture: /capture-vision/docs/core/architecture/

programming/javascript/user-guide/mrz-scanner-v2.2.3000.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,13 @@ await cvRouter.addResultReceiver(resultReceiver);
207207

208208
You can download the SDK from npm and host it yourself.
209209

210-
> Note that you need to get two other assisting packages.
210+
> Note that you need to get few more assisting packages.
211211
212212
```cmd
213213
214214
215215
216+
216217
```
217218

218219
The resources are located at the path node_modules/<pkg>, without @<version>, so the script in your page would be like:

programming/javascript/user-guide/mrz-scanner.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,13 @@ await cvRouter.addResultReceiver(resultReceiver);
243243

244244
You can download the SDK from npm and host it yourself.
245245

246-
> Note that you need to get two other assisting packages.
246+
> Note that you need to get few more assisting packages.
247247
248248
```cmd
249249
250250
251251
252+
252253
```
253254

254255
The resources are located at the path `node_modules/<pkg>`, without `@<version>`. You must copy "dynamsoft-xxx" packages elsewhere and add `@<version>`. The `<version>` can be obtained from `package.json` of each package. You can typically include SDK like this:

search.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
layout: search-page
2+
layout: search-layout
33
title: Dynamsoft Capture Vision Documentation Search
44
keywords: Dynamsoft Capture Vision Documentation Search
5-
cx: b5ca9ca31b6a640a2
5+
h1: Dynamsoft Capture Vision Documentation Search
6+
indexName: Crawler-DCV-Docs-New
67
---

0 commit comments

Comments
 (0)