GET /api/v1/scannerdb/scan_reports/553/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "admin_comment": null,
    "attachments": [
        "https://www.openpaper.work/api/v1/scannerdb/scan_report_attachments/3334/?format=api",
        "https://www.openpaper.work/api/v1/scannerdb/scan_report_attachments/3335/?format=api",
        "https://www.openpaper.work/api/v1/scannerdb/scan_report_attachments/3336/?format=api",
        "https://www.openpaper.work/api/v1/scannerdb/scan_report_attachments/3337/?format=api"
    ],
    "creation_date": "2023-03-08T13:39:22.206428Z",
    "id": 553,
    "last_update": "2023-03-08T14:44:25.760619Z",
    "locale": "de_DE",
    "moderated": true,
    "os": "Linux",
    "scan_library": "Libinsane 1.0.10",
    "scan_program": "IronScanner 3.0.1-29-gdb0d36b",
    "scan_source": "flatbed",
    "scanner": "https://www.openpaper.work/api/v1/scannerdb/scanners/163/?format=api",
    "scanner_type": "flatbed",
    "sealed": false,
    "successful": true,
    "url": "https://www.openpaper.work/api/v1/scannerdb/scan_reports/553/?format=api",
    "user_url": "https://www.openpaper.work/scannerdb/report/553/",
    "data": {
        "system": {
            "versions": {
                "pillow": "9.4.0",
                "scan_library": "Libinsane 1.0.10",
                "test_program": "IronScanner 3.0.1-29-gdb0d36b"
            },
            "sys_cpu_freq": 3900,
            "sys_cpu_count": 12,
            "sys_os_name": "posix",
            "sys_platform_architecture": "('64bit', 'ELF')",
            "sys_platform_distribution": "('linuxmint', '21.1', 'Vera')",
            "sys_platform_machine": "x86_64",
            "sys_platform_mem": 14533140480,
            "sys_platform_processor": "",
            "sys_software_python": "3.11.2 (main, Feb 12 2023, 00:48:52) [GCC 12.2.0]",
            "sys_software_release": "5.15.0-67-generic",
            "sys_software_system": "Linux",
            "sys_libinsane_version": "1.0.10"
        },
        "user": {
            "name": "",
            "comment": "The color white looks like gray"
        },
        "scantest": {
            "successful": 1,
            "config": {
                "source": "flatbed",
                "mode": "Color",
                "resolution": 300
            }
        },
        "scanner": {
            "type": "flatbed",
            "vendor": "Canon",
            "model": "LiDE 210",
            "nicename": "libinsane:sane:genesys:libusb:001:004",
            "devid": "Canon LiDE 210",
            "fullname": "Canon LiDE 210 (libinsane:sane:genesys:libusb:001:004)",
            "sources": "['flatbed']",
            "options": {
                "mode": {
                    "title": "Scan mode",
                    "desc": "Selects the scan mode (e.g., lineart, monochrome, or color).",
                    "type": "<GType gchararray (64)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "['Color', 'Gray']",
                    "initial_value": "Color"
                },
                "source": {
                    "title": "Scan source",
                    "desc": "Selects the scan source (such as a document-feeder).",
                    "type": "<GType gchararray (64)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "['Flatbed']",
                    "initial_value": "Flatbed"
                },
                "preview": {
                    "title": "Preview",
                    "desc": "Request a preview-quality scan.",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "False"
                },
                "depth": {
                    "title": "Bit depth",
                    "desc": "Number of bits per sample, typical values are 1 for \"line-art\" and 8 for multibit scans.",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[16, 8]",
                    "initial_value": "8"
                },
                "resolution": {
                    "title": "Scan resolution",
                    "desc": "Sets the resolution of the scanned image.",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_DPI of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[4800, 2400, 1200, 600, 300, 150, 100, 75]",
                    "initial_value": "300"
                },
                "tl-x": {
                    "title": "Top-left x",
                    "desc": "Top-left x position of scan area.",
                    "type": "<GType gdouble (60)>",
                    "unit": "<enum LIBINSANE_UNIT_MM of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[0.0, 216.6999969482422, 0.0]",
                    "initial_value": "0.0"
                },
                "tl-y": {
                    "title": "Top-left y",
                    "desc": "Top-left y position of scan area.",
                    "type": "<GType gdouble (60)>",
                    "unit": "<enum LIBINSANE_UNIT_MM of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[0.0, 297.5, 0.0]",
                    "initial_value": "0.0"
                },
                "br-x": {
                    "title": "Bottom-right x",
                    "desc": "Bottom-right x position of scan area.",
                    "type": "<GType gdouble (60)>",
                    "unit": "<enum LIBINSANE_UNIT_MM of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[0.0, 216.6999969482422, 0.0]",
                    "initial_value": "216.6999969482422"
                },
                "br-y": {
                    "title": "Bottom-right y",
                    "desc": "Bottom-right y position of scan area.",
                    "type": "<GType gdouble (60)>",
                    "unit": "<enum LIBINSANE_UNIT_MM of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[0.0, 297.5, 0.0]",
                    "initial_value": "297.5"
                },
                "custom-gamma": {
                    "title": "Use custom gamma table",
                    "desc": "Determines whether a builtin or a custom gamma-table should be used.",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "False"
                },
                "brightness": {
                    "title": "Brightness",
                    "desc": "Controls the brightness of the acquired image.",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[-100, 100, 1]",
                    "initial_value": "0"
                },
                "contrast": {
                    "title": "Contrast",
                    "desc": "Controls the contrast of the acquired image.",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[-100, 100, 1]",
                    "initial_value": "0"
                },
                "lamp-off-time": {
                    "title": "Lamp off time",
                    "desc": "The lamp will be turned off after the given time (in minutes). A value of 0 means, that the lamp won't be turned off.",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[0, 60, 0]",
                    "initial_value": "15"
                },
                "lamp-off-scan": {
                    "title": "Lamp off during scan",
                    "desc": "The lamp will be turned off during scan. ",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "False"
                },
                "color-filter": {
                    "title": "Color filter",
                    "desc": "When using gray or lineart this option selects the used color.",
                    "type": "<GType gchararray (64)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT | LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "['Red', 'Green', 'Blue']",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[color-filter]->get_value() error: 0x40000008, Access denied (9))"
                },
                "calibration-file": {
                    "title": "Calibration file",
                    "desc": "Specify the calibration file to use",
                    "type": "<GType gchararray (64)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": ""
                },
                "expiration-time": {
                    "title": "Calibration cache expiration time",
                    "desc": "Time (in minutes) before a cached calibration expires. A value of 0 means cache is not used. A negative value means cache never expires.",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[-1, 30000, 1]",
                    "initial_value": "60"
                },
                "scan": {
                    "title": "Scan button",
                    "desc": "Scan button",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_HW_SELECT of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "False"
                },
                "file": {
                    "title": "File button",
                    "desc": "File button",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_HW_SELECT of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "False"
                },
                "email": {
                    "title": "Email button",
                    "desc": "Email button",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_HW_SELECT of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "False"
                },
                "copy": {
                    "title": "Copy button",
                    "desc": "Copy button",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_HW_SELECT of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "False"
                },
                "page-loaded": {
                    "title": "Page loaded",
                    "desc": "Page loaded",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[page-loaded]->get_value() error: 0x40000008, Access denied (9))"
                },
                "ocr": {
                    "title": "OCR button",
                    "desc": "OCR button",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[ocr]->get_value() error: 0x40000008, Access denied (9))"
                },
                "power": {
                    "title": "Power button",
                    "desc": "Power button",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[power]->get_value() error: 0x40000008, Access denied (9))"
                },
                "extra": {
                    "title": "Extra button",
                    "desc": "Extra button",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_HW_SELECT of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "False"
                },
                "transparency": {
                    "title": "Transparency button",
                    "desc": "Transparency button",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[transparency]->get_value() error: 0x40000008, Access denied (9))"
                },
                "pdf1": {
                    "title": "PDF function button 1",
                    "desc": "PDF function button 1",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[pdf1]->get_value() error: 0x40000008, Access denied (9))"
                },
                "pdf2": {
                    "title": "PDF function button 2",
                    "desc": "PDF function button 2",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[pdf2]->get_value() error: 0x40000008, Access denied (9))"
                },
                "pdf3": {
                    "title": "PDF function button 3",
                    "desc": "PDF function button 3",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[pdf3]->get_value() error: 0x40000008, Access denied (9))"
                },
                "pdf4": {
                    "title": "PDF function button 4",
                    "desc": "PDF function button 4",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[pdf4]->get_value() error: 0x40000008, Access denied (9))"
                },
                "need-calibration": {
                    "title": "Needs calibration",
                    "desc": "The scanner needs calibration for the current settings",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[need-calibration]->get_value() error: 0x40000008, Access denied (9))"
                }
            }
        }
    }
}