{
  "service": "jae-document-parser",
  "version": "0.1.0",
  "privacy": {
    "processing": "browser_only",
    "file_upload": false,
    "persistence": false
  },
  "limits": {
    "file_bytes": 15728640,
    "pages": 100,
    "accepted_types": [
      "application/pdf"
    ]
  },
  "outputs": [
    "text",
    "json"
  ],
  "upstream": "https://github.com/run-llama/liteparse"
}