{
  "id": "document-extract",
  "activation": {
    "onStartup": false
  },
  "enabledByDefault": true,
  "name": "Document Extraction",
  "description": "Extract text and fallback page images from local document attachments.",
  "contracts": {
    "documentExtractors": [
      "pdf"
    ]
  },
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
