GET /api/v1/scannerdb/scan_reports/700/?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/4229/?format=api",
        "https://www.openpaper.work/api/v1/scannerdb/scan_report_attachments/4230/?format=api"
    ],
    "creation_date": "2025-02-20T21:52:21.693046Z",
    "id": 700,
    "last_update": "2025-02-20T22:08:18.646961Z",
    "locale": "de_DE",
    "moderated": true,
    "os": "Linux",
    "scan_library": "Libinsane 1.0.10-26-g8064ae0",
    "scan_program": "IronScanner 3.0.1.post55+gb6b73a7.d20240917",
    "scan_source": "flatbed",
    "scanner": "https://www.openpaper.work/api/v1/scannerdb/scanners/328/?format=api",
    "scanner_type": "flatbed_adf",
    "sealed": false,
    "successful": true,
    "url": "https://www.openpaper.work/api/v1/scannerdb/scan_reports/700/?format=api",
    "user_url": "https://www.openpaper.work/scannerdb/report/700/",
    "data": {
        "system": {
            "versions": {
                "pillow": "10.4.0",
                "scan_library": "Libinsane 1.0.10-26-g8064ae0",
                "test_program": "IronScanner 3.0.1.post55+gb6b73a7.d20240917"
            },
            "sys_cpu_freq": 2400,
            "sys_cpu_count": 4,
            "sys_os_name": "posix",
            "sys_platform_architecture": "('64bit', 'ELF')",
            "sys_platform_distribution": "('debian', '12', 'Debian GNU/Linux')",
            "sys_platform_machine": "x86_64",
            "sys_platform_mem": 8201936896,
            "sys_platform_processor": "",
            "sys_software_python": "3.12.6 (main, Sep  7 2024, 14:20:15) [GCC 14.2.0]",
            "sys_software_release": "6.1.0-31-amd64",
            "sys_software_system": "Linux",
            "sys_libinsane_version": "1.0.10-26-g8064ae0"
        },
        "user": {
            "name": "",
            "comment": ""
        },
        "scantest": {
            "successful": 1,
            "config": {
                "source": "flatbed",
                "mode": "Color",
                "resolution": 300
            }
        },
        "scanner": {
            "type": "flatbed_adf",
            "vendor": "CANON",
            "model": "tr8500",
            "nicename": "libinsane:sane:pixma:04A91823_33AED0",
            "devid": "CANON PIXMA TR8500 Series",
            "fullname": "CANON tr8500 (libinsane:sane:pixma:04A91823_33AED0)",
            "sources": "['flatbed', 'feeder']",
            "options": {
                "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_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[75, 150, 300, 600, 1200]",
                    "initial_value": "300"
                },
                "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_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "['Color', 'Gray', 'LineArt']",
                    "initial_value": "Color"
                },
                "source": {
                    "title": "Scan source",
                    "desc": "Selects the scan source (such as a document-feeder). Set source before mode and resolution. Resets mode and resolution to auto values.",
                    "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', 'Automatic Document Feeder']",
                    "initial_value": "Flatbed"
                },
                "button-controlled": {
                    "title": "Button-controlled scan",
                    "desc": "When enabled, scan process will not start immediately. To proceed, press \"SCAN\" button (for MP150) or \"COLOR\" button (for other models). To cancel, press \"GRAY\" button.",
                    "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"
                },
                "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_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "False"
                },
                "gamma": {
                    "title": "Gamma function exponent",
                    "desc": "Changes intensity of midtones",
                    "type": "<GType gdouble (60)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[0.29998779296875, 5.0, 0.0]",
                    "initial_value": "2.1999969482421875"
                },
                "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_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[0.0, 216.06932067871094, 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_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[0.0, 297.0106658935547, 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_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[0.0, 216.06932067871094, 0.0]",
                    "initial_value": "216.06932067871094"
                },
                "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_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "[0.0, 297.0106658935547, 0.0]",
                    "initial_value": "297.0106658935547"
                },
                "button-1": {
                    "title": "Button 1",
                    "desc": "Button 1",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags 0 of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "0"
                },
                "button-2": {
                    "title": "Button 2",
                    "desc": "Button 2",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags 0 of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "0"
                },
                "original": {
                    "title": "Type of original to scan",
                    "desc": "Type of original to scan",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags 0 of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "0"
                },
                "target": {
                    "title": "Target operation type",
                    "desc": "Target operation type",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags 0 of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "0"
                },
                "scan-resolution": {
                    "title": "Scan resolution",
                    "desc": "Scan resolution",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags 0 of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "0"
                },
                "document-type": {
                    "title": "Document type",
                    "desc": "Document type",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags 0 of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "0"
                },
                "adf-status": {
                    "title": "ADF status",
                    "desc": "ADF status",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags 0 of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "0"
                },
                "adf-orientation": {
                    "title": "ADF orientation",
                    "desc": "ADF orientation",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags 0 of type Libinsane.Capability>",
                    "constraint": "[]",
                    "initial_value": "0"
                },
                "threshold": {
                    "title": "Threshold",
                    "desc": "Select minimum-brightness to get a white point",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_PERCENT of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT | LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[0, 100, 1]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[threshold]->get_value() error: 0x40000008, Access denied (9))"
                },
                "threshold-curve": {
                    "title": "Threshold curve",
                    "desc": "Dynamic threshold curve, from light to dark, normally 50-65",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT | LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[0, 127, 1]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[threshold-curve]->get_value() error: 0x40000008, Access denied (9))"
                },
                "adf-wait": {
                    "title": "ADF Waiting Time",
                    "desc": "When set, the scanner waits up to the specified time in seconds for a new document inserted into the automatic document feeder.",
                    "type": "<GType gint (24)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT | LIBINSANE_CAPABILITY_INACTIVE of type Libinsane.Capability>",
                    "constraint": "[0, 3600, 1]",
                    "initial_value": "(Exception: libinsane-quark: Libinsane opt[adf-wait]->get_value() error: 0x40000008, Access denied (9))"
                },
                "calibrate": {
                    "title": "Calibration",
                    "desc": "When to perform scanner calibration. If you choose \"Once\" it will be performed a single time per driver init for single page scans, and for the first page for each ADF scan.",
                    "type": "<GType gchararray (64)>",
                    "unit": "<enum LIBINSANE_UNIT_NONE of type Libinsane.Unit>",
                    "capabilities": "<flags LIBINSANE_CAPABILITY_AUTOMATIC | LIBINSANE_CAPABILITY_SW_SELECT of type Libinsane.Capability>",
                    "constraint": "['Once', 'Always', 'Never']",
                    "initial_value": "Once"
                }
            }
        }
    }
}