Skip to content

Commit 2375268

Browse files
Merge pull request #43 from dynamsoft-docs/preview
update to internal commit 0f56a78f
2 parents 6bf1c84 + a6f358a commit 2375268

File tree

4 files changed

+260
-0
lines changed

4 files changed

+260
-0
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ repository: dynamsoft-docs/code-parser-docs
33
docFullPath: https://www.dynamsoft.com/code-parser/docs/core
44
firstLevelUrl: /code-parser/docs/core/
55
docHomePage: /code-parser/docs/core/introduction/
6+
needSearchIndex: true
7+
searchNeedFilter: true
68

79
introduction: /code-parser/docs/core/introduction/
810

code-types/gs1-ai.md

Lines changed: 240 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,240 @@
1+
---
2+
layout: default-layout
3+
title: GS1 Application Identifiers (AI) - Supported Code Types
4+
description: This page shows the details of code type GS1 Application Identifiers (AI).
5+
keywords: gs1 ai, code types
6+
needAutoGenerateSidebar: true
7+
needGenerateH3Content: false
8+
noTitleIndex: true
9+
---
10+
11+
# GS1 Application Identifiers (AI)
12+
13+
## Overview
14+
15+
Dynamsoft Code Parser supports version 24.0 of the GS1 Application Identifier (AI) definitions standard and specifies following code type:
16+
17+
* GS1_AI
18+
19+
## Fields
20+
21+
The exposed fields for code type `GS1_AI` is defined as below:
22+
23+
### GS1_AI Fields
24+
25+
| Field Name | Description |
26+
| ---------- | ----------- |
27+
| CodeType | Code type, always has value "GS1_AI" |
28+
| 00 | Identification of a logistic unit (SSCC) |
29+
| 01 | Identification of a trade item (GTIN) |
30+
| 02 | Identification of trade items contained in a logistic unit |
31+
| 10 | Batch or lot number |
32+
| 11 | Production date |
33+
| 12 | Due date for amount on payment slip |
34+
| 13 | Packaging date |
35+
| 15 | Best before date |
36+
| 16 | Sell by date |
37+
| 17 | Expiration date |
38+
| 20 | Internal product variant |
39+
| 21 | Serial number |
40+
| 22 | Consumer product variant |
41+
| 235 | Third Party Controlled, Serialised Extension of Global Trade Item Number (GTIN) (TPX) |
42+
| 240 | Additional product identification assigned by the manufacturer |
43+
| 241 | Customer part number |
44+
| 242 | Made-to-Order variation number |
45+
| 243 | Packaging component number |
46+
| 250 | Secondary serial number |
47+
| 251 | Reference to source entity |
48+
| 253 | Global Document Type Identifier (GDTI) |
49+
| 254 | Global Location Number (GLN) extension component |
50+
| 255 | Global Coupon Number (GCN) |
51+
| 30 | Variable count of items |
52+
| 310n | Net weight, kilograms |
53+
| 311n | Length or first dimension, metres |
54+
| 312n | Width, diameter, or second dimension, metres |
55+
| 313n | Depth, thickness, height, or third dimension, metres |
56+
| 314n | Area, square metres |
57+
| 315n | Net volume, litres |
58+
| 316n | Net volume, cubic metres |
59+
| 320n | Net weight, pounds |
60+
| 321n | Length or first dimension, inches |
61+
| 322n | Length or first dimension, feet |
62+
| 323n | Length or first dimension, yards |
63+
| 324n | Width, diameter, or second dimension, inches |
64+
| 325n | Width, diameter, or second dimension, feet |
65+
| 326n | Width, diameter, or second dimension, yards |
66+
| 327n | Depth, thickness, height, or third dimension, inches |
67+
| 328n | Depth, thickness, height, or third dimension, feet |
68+
| 329n | Depth, thickness, height, or third dimension, yards |
69+
| 330n | Logistic weight, kilograms |
70+
| 331n | Length or first dimension, metres |
71+
| 332n | Width, diameter, or second dimension, metres |
72+
| 333n | Depth, thickness, height, or third dimension, metres |
73+
| 334n | Area, square metres |
74+
| 335n | Logistic volume, litres |
75+
| 336n | Logistic volume, cubic metres |
76+
| 337n | Kilograms per square metre |
77+
| 340n | Logistic weight, pounds |
78+
| 341n | Length or first dimension, inches |
79+
| 342n | Length or first dimension, feet |
80+
| 343n | Length or first dimension, yards |
81+
| 344n | Width, diameter, or second dimension, inches |
82+
| 345n | Width, diameter, or second dimension, feet |
83+
| 346n | Width, diameter, or second dimension, yard |
84+
| 347n | Depth, thickness, height, or third dimension, inches |
85+
| 348n | Depth, thickness, height, or third dimension, feet |
86+
| 349n | Depth, thickness, height, or third dimension, yards |
87+
| 350n | Area, square inches |
88+
| 351n | Area, square feet |
89+
| 352n | Area, square yards |
90+
| 353n | Area, square inches |
91+
| 354n | Area, square feet |
92+
| 355n | Area, square yards |
93+
| 356n | Net weight, troy ounces |
94+
| 357n | Net weight (or volume), ounces |
95+
| 360n | Net volume, quarts |
96+
| 361n | Net volume, gallons U.S. |
97+
| 362n | Logistic volume, quarts |
98+
| 363n | Logistic volume, gallons U.S. |
99+
| 364n | Net volume, cubic inches |
100+
| 365n | Net volume, cubic feet |
101+
| 366n | Net volume, cubic yards |
102+
| 367n | Logistic volume, cubic inches |
103+
| 368n | Logistic volume, cubic feet |
104+
| 369n | Logistic volume, cubic yards |
105+
| 37 | Count of trade items or trade item pieces contained in a logistic unit |
106+
| 390n | Amount payable or coupon value - Single monetary area |
107+
| 391n | Amount payable and ISO currency code |
108+
| 392n | Amount payable for a variable measure trade item - Single monetary area |
109+
| 393n | Amount payable for a variable measure trade item and ISO currency code |
110+
| 394n | Percentage discount of a coupon |
111+
| 395n | Amount payable per unit of measure single monetary area |
112+
| 400 | Customer's purchase order number |
113+
| 401 | Global Identification Number for Consignment (GINC) |
114+
| 402 | Global Shipment Identification Number (GSIN) |
115+
| 403 | Routing code |
116+
| 410 | Ship to - Deliver to Global Location Number (GLN) |
117+
| 411 | Bill to - Invoice to Global Location Number (GLN) |
118+
| 412 | Purchased from Global Location Number (GLN) |
119+
| 413 | Ship for - Deliver for - Forward to Global Location Number (GLN) |
120+
| 414 | Identification of a physical location - Global Location Number (GLN) |
121+
| 415 | Global Location Number (GLN) of the invoicing party |
122+
| 416 | Global Location Number (GLN) of the production or service location |
123+
| 417 | Party Global Location Number (GLN) |
124+
| 420 | Ship-to / Deliver-to postal code within a single postal authority |
125+
| 421 | Ship-to / Deliver-to postal code with three-digit ISO country code |
126+
| 422 | Country of origin of a trade item |
127+
| 423 | Country of initial processing |
128+
| 424 | Country of processing |
129+
| 425 | Country of disassembly |
130+
| 426 | Country covering full process chain |
131+
| 427 | Country subdivision of origin code for a trade item |
132+
| 4300 | Ship-to / Deliver-to Company name |
133+
| 4301 | Ship-to / Deliver-to contact name |
134+
| 4302 | Ship-to / Deliver-to address line 1 |
135+
| 4303 | Ship-to / Deliver-to address line 2 |
136+
| 4304 | Ship-to / Deliver-to suburb |
137+
| 4305 | Ship-to / Deliver-to locality |
138+
| 4306 | Ship-to / Deliver-to region |
139+
| 4307 | Ship-to / Deliver-to country code |
140+
| 4308 | Ship-to / Deliver-to telephone number |
141+
| 4309 | Ship-to / Deliver-to GEO location |
142+
| 4310 | Return-to company name |
143+
| 4311 | Return-to contact name |
144+
| 4312 | Return-to address line 1 |
145+
| 4313 | Return-to address line 2 |
146+
| 4314 | Return-to suburb |
147+
| 4315 | Return-to locality |
148+
| 4316 | Return-to region |
149+
| 4317 | Return-to country code |
150+
| 4318 | Return-to postal code |
151+
| 4319 | Return-to telephone number |
152+
| 4320 | Service code description |
153+
| 4321 | Dangerous goods flag |
154+
| 4322 | Authority to leave flag |
155+
| 4323 | Signature required flag |
156+
| 4324 | Not before delivery date/time |
157+
| 4325 | Not after delivery date/time |
158+
| 4326 | Release date |
159+
| 4330 | Maximum temperature in Fahrenheit |
160+
| 4331 | Maximum temperature in Celsius |
161+
| 4332 | Minimum temperature in Fahrenheit |
162+
| 4333 | Minimum temperature in Celsius |
163+
| 7001 | NATO Stock Number (NSN) |
164+
| 7002 | UNECE meat carcasses and cuts classification |
165+
| 7003 | Expiration date and time |
166+
| 7004 | Active potency |
167+
| 7005 | Catch area |
168+
| 7006 | First freeze date |
169+
| 7007 | Harvest date |
170+
| 7008 | Species for fishery purposes |
171+
| 7009 | Fishing gear type |
172+
| 7010 | Production method |
173+
| 7011 | Test by date |
174+
| 7020 | Refurbishment lot ID |
175+
| 7021 | Functional status |
176+
| 7022 | Revision status |
177+
| 7023 | Global Individual Asset Identifier of an assembly |
178+
| 7030 | Number of processor with three-digit ISO country code |
179+
| 7031 | Number of processor with three-digit ISO country code |
180+
| 7032 | Number of processor with three-digit ISO country code |
181+
| 7033 | Number of processor with three-digit ISO country code |
182+
| 7034 | Number of processor with three-digit ISO country code |
183+
| 7035 | Number of processor with three-digit ISO country code |
184+
| 7036 | Number of processor with three-digit ISO country code |
185+
| 7037 | Number of processor with three-digit ISO country code |
186+
| 7038 | Number of processor with three-digit ISO country code |
187+
| 7039 | Number of processor with three-digit ISO country code |
188+
| 7040 | GS1 UIC with Extension 1 and Importer index |
189+
| 710 | National Healthcare Reimbursement Number (NHRN) - Germany PZN |
190+
| 711 | National Healthcare Reimbursement Number (NHRN) - France CIP |
191+
| 712 | National Healthcare Reimbursement Number (NHRN) - Spain CN |
192+
| 713 | National Healthcare Reimbursement Number (NHRN) - Brasil DRN |
193+
| 714 | National Healthcare Reimbursement Number (NHRN) - Portugal AIM |
194+
| 715 | National Healthcare Reimbursement Number (NHRN) - United States of America NDC |
195+
| 7230 | Certification reference |
196+
| 7231 | Certification reference |
197+
| 7232 | Certification reference |
198+
| 7233 | Certification reference |
199+
| 7234 | Certification reference |
200+
| 7235 | Certification reference |
201+
| 7236 | Certification reference |
202+
| 7237 | Certification reference |
203+
| 7238 | Certification reference |
204+
| 7239 | Certification reference |
205+
| 7240 | Protocol ID |
206+
| 7241 | AIDC media type |
207+
| 7242 | Version Control Number (VCN) |
208+
| 8001 | Roll products - width, length, core diameter, direction, splices |
209+
| 8002 | Cellular mobile telephone identifier |
210+
| 8003 | Global Returnable Asset Identifier (GRAI) |
211+
| 8004 | Global Individual Asset Identifier (GIAI) |
212+
| 8005 | Price per unit of measure |
213+
| 8006 | Identification of an individual trade item (ITIP) piece |
214+
| 8007 | International Bank Account Number (IBAN) |
215+
| 8008 | Date and time of production |
216+
| 8009 | Optically readable sensor indicator |
217+
| 8010 | Component/Part Identifier (CPID) |
218+
| 8011 | Component/Part Identifier serial number |
219+
| 8012 | Software version |
220+
| 8013 | Global Model Number (GMN) |
221+
| 8017 | Global Service Relation Number (GSRN) |
222+
| 8018 | Global Service Relation Number (GSRN) |
223+
| 8019 | Service Relation Instance Number (SRIN) |
224+
| 8020 | Payment slip reference number |
225+
| 8026 | Identification of pieces of a trade item (ITIP) contained in a logistic unit |
226+
| 8030 | Digital Signature (DigSig) |
227+
| 8110 | Coupon code identification for use in North America |
228+
| 8111 | Loyalty points of a coupon |
229+
| 8112 | Positive offer file coupon code identification for use in North America |
230+
| 8200 | Extended packaging URL |
231+
| 90 | Information mutually agreed between trading partners |
232+
| 91 | Company internal information |
233+
| 92 | Company internal information |
234+
| 93 | Company internal information |
235+
| 94 | Company internal information |
236+
| 95 | Company internal information |
237+
| 96 | Company internal information |
238+
| 97 | Company internal information |
239+
| 98 | Company internal information |
240+
| 99 | Company internal information |

code-types/index-v2.6.1000.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: default-layout
3+
title: Supported code types - Dynamsoft Code Parser SDK
4+
description: This is the supported code types page of Dynamsoft Code Parser SDK.
5+
keywords: code types
6+
needAutoGenerateSidebar: true
7+
needGenerateH3Content: false
8+
noTitleIndex: true
9+
---
10+
11+
# Supported Code Types
12+
13+
* [Machine Readable Travel Documents](mrtd.md)
14+
* [North America Driver License and Identification](aamva-dl-id.md)
15+
* [South Africa Driver License](za-dl.md)
16+
* [Aadhaar](aadhaar.md)
17+
* [Vehicle Identification Number](vin.md)

code-types/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ noTitleIndex: true
1515
* [South Africa Driver License](za-dl.md)
1616
* [Aadhaar](aadhaar.md)
1717
* [Vehicle Identification Number](vin.md)
18+
* [GS1 Application Identifiers (AI)](gs1-ai.md)

0 commit comments

Comments
 (0)