Mixpeek Logo
    Schedule Demo
    PDF

    Document Classification

    Categorize PDF documents by type, purpose, and content

    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

    Required

    Type of classification to perform. Default: undefined

    Minimum confidence threshold for classification. Default: 0.7

    Output

    {
    "document_type": "invoice",
    "confidence": 0.96,
    "categories": [
    {
    "label": "financial",
    "confidence": 0.93
    },
    {
    "label": "business",
    "confidence": 0.89
    }
    ],
    "attributes": {
    "contains_tables": true,
    "contains_signatures": true,
    "language": "en",
    "department": "accounting"
    }
    }