Mindee · JSON-LD Context

Mindee Context

JSON-LD context defining the semantic vocabulary for Mindee from Mindee.

11 Classes 14 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
mindee: https://mindee.com/vocab#

Classes

Inference ExtractionInference ClassificationInference CropInference OCRInference SplitInference Job Model Document id type

Properties

Property Type Container
model reference
file
result
fields index
confidence schema:Number
polygon
raw_text schema:Text
page schema:Integer
status
job_id
inference_id
created_at schema:DateTime
completed_at schema:DateTime
webhook_url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "mindee": "https://mindee.com/vocab#",
    "Inference": "mindee:Inference",
    "ExtractionInference": "mindee:ExtractionInference",
    "ClassificationInference": "mindee:ClassificationInference",
    "CropInference": "mindee:CropInference",
    "OCRInference": "mindee:OCRInference",
    "SplitInference": "mindee:SplitInference",
    "Job": "mindee:Job",
    "Model": "mindee:Model",
    "Document": "schema:DigitalDocument",
    "id": "@id",
    "type": "@type",
    "model": {
      "@id": "mindee:model",
      "@type": "@id"
    },
    "file": {
      "@id": "mindee:file"
    },
    "result": {
      "@id": "mindee:result"
    },
    "fields": {
      "@id": "mindee:fields",
      "@container": "@index"
    },
    "confidence": {
      "@id": "mindee:confidence",
      "@type": "schema:Number"
    },
    "polygon": {
      "@id": "mindee:polygon"
    },
    "raw_text": {
      "@id": "mindee:rawText",
      "@type": "schema:Text"
    },
    "page": {
      "@id": "mindee:page",
      "@type": "schema:Integer"
    },
    "status": {
      "@id": "mindee:status"
    },
    "job_id": {
      "@id": "mindee:jobId"
    },
    "inference_id": {
      "@id": "mindee:inferenceId"
    },
    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "completed_at": {
      "@id": "mindee:completedAt",
      "@type": "schema:DateTime"
    },
    "webhook_url": {
      "@id": "mindee:webhookUrl",
      "@type": "@id"
    }
  }
}