{
  "service": "jae-markdown-converter",
  "version": "0.1.0",
  "privacy": {
    "processing": "browser_only",
    "file_upload": false,
    "persistence": false
  },
  "limits": {
    "file_bytes": 10485760
  },
  "inputs": [
    "docx",
    "html",
    "json",
    "csv",
    "xml",
    "txt"
  ],
  "outputs": [
    "markdown"
  ],
  "related": {
    "pdf": "https://documents.johnhughesai.com"
  },
  "upstream": "https://github.com/microsoft/markitdown"
}