Skip to content
Merged
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
11 changes: 1 addition & 10 deletions programming/javascript/migrate-from-v10/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,7 @@ Dynamsoft.DCP.CodeParserModule.loadSpec("MRTD_TD2_ID");
Dynamsoft.DCP.CodeParserModule.loadSpec("MRTD");
```

**Self-hosted resource files**: If you host these files yourself, replace the old `.data` & `_Map.text` files with the new `.data` equivalents:

| Old File | New File |
| --- | --- |
| `AADHAAR.json` | `AADHAAR.data` |
| `AAMVA_DL_ID.json` | `AAMVA_DL_ID.data` |
| `GS1_AI.json` | `GS1_AI.data` |
| `MRTD.json` | `MRTD.data` |
| `SOUTH_AFRICA_DL.json` | `SOUTH_AFRICA_DL.data` |
| `VIN.json` | `VIN.data` |
**Self-hosted resource files**: If you host these files yourself, replace the old `.data` & `_Map.text` files with the new `.data` equivalents.

### Upgrade your template

Expand Down
Loading