Skip to content

update to internal commit 3f238224 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2024
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
4 changes: 2 additions & 2 deletions programming/javascript/api-reference/code-parser-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ The `CodeParser` class enable users to parse given bytes or a string.

## Enumerations

* [EnumMappingStatus]({{ site.dcv_enumerations }}code-parser/mapping-status.md)
* [EnumValidationStatus]({{ site.dcv_enumerations }}code-parser/validation-status.md)
* [EnumMappingStatus]({{ site.dcv_enumerations }}code-parser/mapping-status.html)
* [EnumValidationStatus]({{ site.dcv_enumerations }}code-parser/validation-status.html)
2 changes: 1 addition & 1 deletion programming/javascript/api-reference/code-parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ parse: (source: Uint8Array | string, taskSettingName?: string) => Promise<Parsed

* `source`: the array of bytes or the string to parse.

* `taskSettingName`: the name of [CodeParserTaskSetting]({{site.parameters}}file/task-settings/code-parser-task-settings.html) that defines the settings used for code parsing.
* `taskSettingName`: the name of [CodeParserTaskSetting](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/code-parser-task-settings/) that defines the settings used for code parsing.

**Return Value**

Expand Down
4 changes: 2 additions & 2 deletions programming/javascript/api-reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ noTitleIndex: true
In versions 2.x and higher, Dynamsoft Code Parser JavaScript Edition includes the following modules:

* [CodeParser](./code-parser-module.md)
* [License]({{ site.dcv_js_api }}license/license-module.md)
* [Core]({{ site.dcv_js_api }}core/core-module.md)
* [License]({{ site.dcv_js_api }}license/license-module.html)
* [Core]({{ site.dcv_js_api }}core/core-module.html)
2 changes: 1 addition & 1 deletion programming/javascript/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Options to download the SDK:

- From the website

[Download the JavaScript ZIP package](https://www.dynamsoft.com/code-parser/downloads/?ver=2.0.20&utm_source=guide)
Sign in the [Customer Portal](https://www.dynamsoft.com/customer/index?utm_source=docs&product=dcp) and Download the JavaScript ZIP package

* yarn

Expand Down