File tree Expand file tree Collapse file tree
programming/javascript/migrate-from-v10 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,16 +123,7 @@ Dynamsoft.DCP.CodeParserModule.loadSpec("MRTD_TD2_ID");
123123Dynamsoft .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
You can’t perform that action at this time.
0 commit comments