Skip to content

Commit cd26d9f

Browse files
Update upgrade guide: clarify self-hosted resource file replacements for v11
1 parent 7338548 commit cd26d9f

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

  • programming/javascript/migrate-from-v10

programming/javascript/migrate-from-v10/index.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,7 @@ Dynamsoft.DCP.CodeParserModule.loadSpec("MRTD_TD2_ID");
123123
Dynamsoft.DCP.CodeParserModule.loadSpec("MRTD");
124124
```
125125

126-
**Self-hosted resource files**: If you host these files yourself, replace the old `.data` & `_Map.text` files with the new `.data` equivalents:
127-
128-
| Old File | New File |
129-
| --- | --- |
130-
| `AADHAAR.json` | `AADHAAR.data` |
131-
| `AAMVA_DL_ID.json` | `AAMVA_DL_ID.data` |
132-
| `GS1_AI.json` | `GS1_AI.data` |
133-
| `MRTD.json` | `MRTD.data` |
134-
| `SOUTH_AFRICA_DL.json` | `SOUTH_AFRICA_DL.data` |
135-
| `VIN.json` | `VIN.data` |
126+
**Self-hosted resource files**: If you host these files yourself, replace the old `.data` & `_Map.text` files with the new `.data` equivalents.
136127

137128
### Upgrade your template
138129

0 commit comments

Comments
 (0)