Skip to content

Commit 2e24ec4

Browse files
fix incorrect punctuation
1 parent 1ec5216 commit 2e24ec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programming/javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Implementing DCV, regardless of platform or language, involves three stages: inp
2525

2626
- `Image Processing`: DCV processes the images to derive information, powered by Dynamsoft's cutting-edge algorithms. To ensure efficient operation in web environments like browsers, these algorithms are compiled into [WebAssembly](https://developer.mozilla.org/en-US/docs/WebAssembly) modules (.wasm files). These modules are large in size, and DCV can asynchronously preload them into the web page to enhance user experience.
2727

28-
- `Output`: The derived information is made available to other business logic through the [Captured Result Receiver (CRR)](https://www.dynamsoft.com/capture-vision/docs/core/architecture/output.html#captured-result-receiver) interface. In web applications, real-time interaction is crucial. DCV leverages Dynamsoft Camera Enhancers UI functionality to display results at runtime and, in some cases, allows user intervention to improve results.
28+
- `Output`: The derived information is made available to other business logic through the [Captured Result Receiver (CRR)](https://www.dynamsoft.com/capture-vision/docs/core/architecture/output.html#captured-result-receiver) interface. In web applications, real-time interaction is crucial. DCV leverages Dynamsoft Camera Enhancer's UI functionality to display results at runtime and, in some cases, allows user intervention to improve results.
2929

3030
## Using the SDK
3131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ MRZ Scanner
135135
136136
## Building your own page
137137

138-
In this section, well walk through the key steps needed to build a web page that reads the machine-readable zone (MRZ) on a passport or ID.
138+
In this section, we'll walk through the key steps needed to build a web page that reads the machine-readable zone (MRZ) on a passport or ID.
139139

140140
### Include the SDK
141141

0 commit comments

Comments
 (0)