JSON

Scanner Varieties - JSON

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