GET /api/v1/scannerdb/scan_reports/481/?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/789/?format=api",
        "https://www.openpaper.work/api/v1/scannerdb/scan_report_attachments/790/?format=api",
        "https://www.openpaper.work/api/v1/scannerdb/scan_report_attachments/3216/?format=api",
        "https://www.openpaper.work/api/v1/scannerdb/scan_report_attachments/3217/?format=api"
    ],
    "creation_date": "2021-01-09T21:40:27.751929Z",
    "id": 481,
    "last_update": "2021-01-10T08:06:10.741267Z",
    "locale": null,
    "moderated": true,
    "os": "Linux",
    "scan_library": "Libinsane 1.0.3",
    "scan_program": "IronScanner 3.0.1-3-g786e477",
    "scan_source": "flatbed (Normal)",
    "scanner": "https://www.openpaper.work/api/v1/scannerdb/scanners/298/?format=api",
    "scanner_type": "flatbed",
    "sealed": false,
    "successful": true,
    "url": "https://www.openpaper.work/api/v1/scannerdb/scan_reports/481/?format=api",
    "user_url": "https://www.openpaper.work/scannerdb/report/481/",
    "data": {
        "system": {
            "versions": {
                "pillow": "7.0.0",
                "scan_library": "Libinsane 1.0.3",
                "test_program": "IronScanner 3.0.1-3-g786e477"
            },
            "sys_cpu_freq": 2700,
            "sys_cpu_count": 4,
            "sys_os_name": "posix",
            "sys_platform_architecture": "('64bit', 'ELF')",
            "sys_platform_distribution": "('ubuntu', '20.04', 'focal')",
            "sys_platform_machine": "x86_64",
            "sys_platform_mem": 8240193536,
            "sys_platform_processor": "x86_64",
            "sys_software_python": "3.8.5 (default, Jul 28 2020, 12:59:40) \n[GCC 9.3.0]",
            "sys_software_release": "5.4.0-60-generic",
            "sys_software_system": "Linux",
            "sys_libinsane_version": "1.0.3"
        },
        "user": {
            "name": "F. Chaix",
            "comment": ""
        },
        "scantest": {
            "successful": 1,
            "config": {
                "source": "flatbed (Normal)",
                "mode": "Color",
                "resolution": 300
            }
        },
        "scanner": {
            "type": "flatbed",
            "vendor": "Canon",
            "model": "CanoScan LiDE25",
            "nicename": "libinsane:sane:plustek:libusb:002:010",
            "devid": "Canon CanoScan LiDE25",
            "fullname": "Canon CanoScan LiDE25 (libinsane:sane:plustek:libusb:002:010)",
            "sources": "['flatbed (Normal)', 'flatbed (Transparency)', 'flatbed (Negative)']",
            "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": "['Lineart', 'Gray', 'Color']",
                    "initial_value": "Color"
                },
                "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_BIT of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[8, 16]",
                    "initial_value": "8"
                },
                "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 | LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "['Normal', 'Transparency', 'Negative']",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[source]->get_value() error: 0x40000008, Access denied (9))"
                },
                "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": "[50, 75, 100, 125, 150, 175, 200, 225, 250, 275, 300, 325, 350, 375, 400, 425, 450, 475, 500, 525, 550, 575, 600, 625, 650, 675, 700, 725, 750, 775, 800, 825, 850, 875, 900, 925, 950, 975, 1000, 1025, 1050, 1075, 1100, 1125, 1150, 1175, 1200, 1225, 1250, 1275, 1300, 1325, 1350, 1375, 1400, 1425, 1450, 1475, 1500, 1525, 1550, 1575, 1600, 1625, 1650, 1675, 1700, 1725, 1750, 1775, 1800, 1825, 1850, 1875, 1900, 1925, 1950, 1975, 2000, 2025, 2050, 2075, 2100, 2125, 2150, 2175, 2200, 2225, 2250, 2275, 2300, 2325, 2350, 2375, 2400]",
                    "initial_value": "300"
                },
                "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"
                },
                "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, 215.0, 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.0, 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, 215.0, 0.0]",
                    "initial_value": "103.0"
                },
                "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.0, 0.0]",
                    "initial_value": "76.20999145507812"
                },
                "brightness": {
                    "title": "Brightness",
                    "desc": "Controls the brightness of the acquired image.",
                    "type": "<GType gdouble (60)>",
                    "unit": "<enum LIBINSANE_UNIT_PERCENT of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[-100.0, 100.0, 1.0]",
                    "initial_value": "0.0"
                },
                "contrast": {
                    "title": "Contrast",
                    "desc": "Controls the contrast of the acquired image.",
                    "type": "<GType gdouble (60)>",
                    "unit": "<enum LIBINSANE_UNIT_PERCENT of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[-100.0, 100.0, 1.0]",
                    "initial_value": "0.0"
                },
                "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"
                },
                "lamp-switch": {
                    "title": "Lampswitch",
                    "desc": "Manually switching the lamp(s).",
                    "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"
                },
                "lampoff-time": {
                    "title": "Lampoff-time",
                    "desc": "Lampoff-time in seconds.",
                    "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, 999, 1]",
                    "initial_value": "300"
                },
                "lamp-off-at-exit": {
                    "title": "Lamp off at exit",
                    "desc": "Turn off lamp when program exits",
                    "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": "True"
                },
                "warmup-time": {
                    "title": "Warmup-time",
                    "desc": "Warmup-time in seconds.",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT | LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[-1, 999, 1]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[warmup-time]->get_value() error: 0x40000008, Access denied (9))"
                },
                "lamp-off-during-dcal": {
                    "title": "Lamp off during dark calibration",
                    "desc": "Always switches lamp off when doing dark calibration.",
                    "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"
                },
                "calibration-cache": {
                    "title": "Calibration data cache",
                    "desc": "Enables or disables calibration data cache.",
                    "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"
                },
                "speedup-switch": {
                    "title": "Speedup sensor",
                    "desc": "Enables or disables speeding up sensor movement.",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_SW_SELECT | LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[speedup-switch]->get_value() error: 0x40000008, Access denied (9))"
                },
                "red-gain": {
                    "title": "Red gain",
                    "desc": "Red gain value of the AFE",
                    "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, 63, 1]",
                    "initial_value": "-1"
                },
                "green-gain": {
                    "title": "Green gain",
                    "desc": "Green gain value of the AFE",
                    "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, 63, 1]",
                    "initial_value": "-1"
                },
                "blue-gain": {
                    "title": "Blue gain",
                    "desc": "Blue gain value of the AFE",
                    "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, 63, 1]",
                    "initial_value": "-1"
                },
                "red-offset": {
                    "title": "Red offset",
                    "desc": "Red offset value of the AFE",
                    "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, 63, 1]",
                    "initial_value": "-1"
                },
                "green-offset": {
                    "title": "Green offset",
                    "desc": "Green offset value of the AFE",
                    "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, 63, 1]",
                    "initial_value": "-1"
                },
                "blue-offset": {
                    "title": "Blue offset",
                    "desc": "Blue offset value of the AFE",
                    "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, 63, 1]",
                    "initial_value": "-1"
                },
                "redlamp-off": {
                    "title": "Red lamp off",
                    "desc": "Defines red lamp off parameter",
                    "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, 16363, 1]",
                    "initial_value": "-1"
                },
                "greenlamp-off": {
                    "title": "Green lamp off",
                    "desc": "Defines green lamp off parameter",
                    "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, 16363, 1]",
                    "initial_value": "-1"
                },
                "bluelamp-off": {
                    "title": "Blue lamp off",
                    "desc": "Defines blue lamp off parameter",
                    "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, 16363, 1]",
                    "initial_value": "-1"
                },
                "button 0": {
                    "title": "Scanner button 0",
                    "desc": "This option reflects the status of the scanner buttons.",
                    "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"
                },
                "button 1": {
                    "title": "Scanner button 1",
                    "desc": "This option reflects the status of the scanner buttons.",
                    "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"
                },
                "button 2": {
                    "title": "Scanner button 2",
                    "desc": "This option reflects the status of the scanner buttons.",
                    "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"
                },
                "button 3": {
                    "title": "Scanner button 3",
                    "desc": "This option reflects the status of the scanner buttons.",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_HW_SELECT | LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[button 3]->get_value() error: 0x40000008, Access denied (9))"
                },
                "button 4": {
                    "title": "Scanner button 4",
                    "desc": "This option reflects the status of the scanner buttons.",
                    "type": "<GType gboolean (20)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_HW_SELECT | LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[button 4]->get_value() error: 0x40000008, Access denied (9))"
                }
            }
        }
    }
}