Mixpeek Logo
    Schedule Demo
    PDF

    Metadata Extraction

    Extract document metadata, properties, and attributes

    Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.

    Input

    Enter a URL to a pdf file

    Drag and drop a pdf file here, or click to browse

    Whether to extract custom metadata properties. Default: true

    Whether to extract technical document properties. Default: true

    Output

    {
    "document_info": {
    "title": "Financial Analysis Q3 2023",
    "author": "Finance Department",
    "creator": "Adobe InDesign 2023",
    "producer": "Adobe PDF Library 23.0",
    "creation_date": "2023-10-15T09:30:45Z",
    "modified_date": "2023-10-18T14:20:12Z"
    },
    "document_properties": {
    "page_count": 15,
    "word_count": 4532,
    "file_size_kb": 2845,
    "has_password": false
    },
    "custom_properties": {
    "department": "Finance",
    "document_id": "FIN-Q3-2023-001",
    "review_status": "Approved"
    }
    }