બારકોડ & QR પાર્સર (વાંચી શકાય તેવું સ્કૅન સ્ટ્રિંગ દર્શક)
scanner output paste કરો, તેને readable parts માં વહેંચો અને clean format માં copy કરો.
શક્ય હોય ત્યાં GS1 data ને AIs માં parse કરવામાં આવે છે, અને unrecognized input પણ usable format માં બતાવવામાં આવે છે.
કેવી રીતે વાપરવું
- scanner output ને input field માં paste કરો.
- જરૂર પડે ત્યારે plain અથવા GS1 mode પસંદ કરો.
- result ને table, JSON અથવા text તરીકે review કરો, પછી જરૂરી format copy કરો.
Examples
separators સાથે GS1
Input
]C101095011015300031724073110ABC123␝21XYZ
Output
string ને GTIN, expiration date, batch અને serial માં split કરવામાં આવે છે.
ફક્ત digits
Input
4901234567890
Output
સાધન EAN-13 / JAN ને likely type તરીકે બતાવે છે.
QR URL ઉદાહરણ
Input
https://example.com/path?x=1
Output
સાધન તેને URL / URI તરીકે mark કરે છે અને share-ready text summary તૈયાર કરે છે.
વારંવાર પૂછાતા પ્રશ્નો
કયા standards સમર્થિત છે?
આ સાધન સામાન્ય barcode અને QR scan result strings સાથે કામ કરે છે, અને જે ઓળખી શકે તેને અલગ કરીને format કરે છે. GS1 માટે તે AI આધારિત best-effort parsing પર ધ્યાન આપે છે.
જો સાધન input parse ન કરી શકે તો શું થાય?
GS1 parsing અનિશ્ચિત હોય અથવા નિષ્ફળ જાય ત્યારે પણ સાધન મૂળ input ને copy-friendly format માં બતાવે છે.
શું મારો data ક્યાંય મોકલાય છે?
ના. Input તમારા browser માં locally process થાય છે અને કોઈ external server પર મોકલાતું નથી.
મને ␝ જેવા symbols કેમ દેખાય છે?
આ symbols scanner દ્વારા બનેલા separators અથવા control characters ને દેખાડે છે. તમે readable copy અને raw-data copy વચ્ચે switch કરી શકો છો.
Glossary
GS1
retail, logistics, healthcare અને અન્ય ક્ષેત્રોમાં વપરાતા identification rules નો સમૂહ. આ સાધન AIs ના વ્યવહારુ subset ને best-effort basis પર parse કરે છે.
AI
Application Identifier. 01, 17 અને 10 જેવા codes ત્યાર પછીની value નો અર્થ જણાવે છે.
GS
Group Separator. તે variable-length fields ને અલગ કરવા માટે વપરાતો control character છે, અને આ સાધન તેને GS(␝) તરીકે બતાવે છે.
AIM Symbology ઓળખકર્તા
]C1 જેવા prefix, જે કેટલાક scanners કઈ symbology scan થઈ તે બતાવવા ઉમેરે છે.
Notes
- Industry-specific અથવા company-specific formats સંપૂર્ણ રીતે supported ન પણ હોઈ શકે. અંતિમ interpretation હંમેશા તમારા પોતાના rules અથવા specifications સામે confirm કરો.
- GS1 માં ઘણા variable-length fields હોય છે, તેથી missing separators parsing ને ambiguous બનાવી શકે છે. જરૂર પડે ત્યારે raw value visible રાખો.
- જો history saving enabled હોય, તો original input string આ browser ના localStorage માં stored થાય છે. shared devices પર સાવચેત રહો.