Skip to content

Commit 5b69265

Browse files
update to internal commit 0db94b75
1 parent 95a1a43 commit 5b69265

File tree

1 file changed

+1
-1
lines changed
  • programming/javascript/user-guide

1 file changed

+1
-1
lines changed

programming/javascript/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Dynamsoft.Core.CoreModule.engineResourcePaths.dcp = "https://cdn.jsdelivr.net/np
229229

230230
#### Load the specification for parsing
231231

232-
The SDK requires the specification of the code string to parse it. If we are going to parse the MRZ strings found on passports, we need the specification "MRTD_TD3_PASSPORT".
232+
The SDK requires the specification of the code string to parse it. If we are going to parse the MRZ strings found on passports, we need the specification "MRTD\_TD3\_PASSPORT".
233233

234234
```javascript
235235
await Dynamsoft.DCP.CodeParserModule.loadSpec("MRTD_TD3_PASSPORT");

0 commit comments

Comments
 (0)