Mistral AI · Schema

OcrUsage

AgentsArtificial IntelligenceBatch ProcessingChatEmbeddingsFine-TuningLarge Language ModelsOCR

Properties

Name Type Description
pages_processed integer Number of pages processed.
doc_size_bytes integer Size of the document in bytes.
View JSON Schema on GitHub

JSON Schema

mistral-ai-ocrusage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OcrUsage",
  "title": "OcrUsage",
  "type": "object",
  "properties": {
    "pages_processed": {
      "type": "integer",
      "description": "Number of pages processed."
    },
    "doc_size_bytes": {
      "type": "integer",
      "description": "Size of the document in bytes."
    }
  }
}