XML

Scanner Varieties - XML

Scanners are input devices that convert documents or objects into digital data, classified into various types according to their purpose and structure. Flatbed, sheet-fed, ADF-equipped, handheld, book scanners, drum scanners, 3D scanners, and others are used for a wide range of applications including digitizing photos and documents, improving business efficiency, archive preservation, and 3D measurement. In recent years, models equipped with wireless communication capabilities and AI-powered automatic correction features have emerged, enhancing convenience.

scanner input device digitization document management image input 3D scanner
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>flatbed-scanner</slug>
    <name>Flatbed Scanner</name>
    <description>The most common type where documents are placed on a glass surface for scanning.</description>
    <category>2D Scanner</category>
  </item>
  <item>
    <code>02</code>
    <slug>sheet-fed-scanner</slug>
    <name>Sheet-fed Scanner</name>
    <description>A high-speed type that automatically feeds and continuously scans documents.</description>
    <category>2D Scanner</category>
  </item>
  <item>
    <code>03</code>
    <slug>adf-scanner</slug>
    <name>ADF Scanner</name>
    <description>A scanner equipped with an Automatic Document Feeder.</description>
    <category>2D Scanner</category>
  </item>
  <item>
    <code>04</code>
    <slug>handheld-scanner</slug>
    <name>Handheld Scanner</name>
    <description>A portable type that scans while being moved by hand.</description>
    <category>2D Scanner</category>
  </item>
  <item>
    <code>05</code>
    <slug>book-scanner</slug>
    <name>Book Scanner</name>
    <description>A dedicated scanner for scanning books without cutting them.</description>
    <category>2D Scanner</category>
  </item>
  <item>
    <code>06</code>
    <slug>drum-scanner</slug>
    <name>Drum Scanner</name>
    <description>A professional scanner that achieves the highest image quality.</description>
    <category>2D Scanner</category>
  </item>
  <item>
    <code>07</code>
    <slug>portable-scanner</slug>
    <name>Portable Scanner</name>
    <description>A small, lightweight scanner convenient for carrying around.</description>
    <category>2D Scanner</category>
  </item>
  <item>
    <code>08</code>
    <slug>large-format-scanner</slug>
    <name>Large Format Scanner</name>
    <description>A scanner that supports large originals such as A0 and A1 sizes.</description>
    <category>2D Scanner</category>
  </item>
  <item>
    <code>09</code>
    <slug>3d-scanner</slug>
    <name>3D Scanner</name>
    <description>A scanner that measures and digitizes the three-dimensional shape of objects.</description>
    <category>3D Scanner</category>
  </item>
  <item>
    <code>10</code>
    <slug>film-scanner</slug>
    <name>Film Scanner</name>
    <description>A dedicated scanner for high-quality digitization of photographic film.</description>
    <category>2D Scanner</category>
  </item>
</items>