Mistral AI · Schema

PageDimensions

AgentsArtificial IntelligenceBatch ProcessingChatEmbeddingsFine-TuningLarge Language ModelsOCR

Properties

Name Type Description
width integer Width of the page in pixels.
height integer Height of the page in pixels.
View JSON Schema on GitHub

JSON Schema

mistral-ai-pagedimensions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PageDimensions",
  "title": "PageDimensions",
  "type": "object",
  "properties": {
    "width": {
      "type": "integer",
      "description": "Width of the page in pixels."
    },
    "height": {
      "type": "integer",
      "description": "Height of the page in pixels."
    }
  }
}