Skip to content
Zed

Docpick for Zed

io.github.arknill/docpick

Schema-driven document extraction with local OCR + LLM. Document in, Structured JSON out.

client:Zed transport:stdio runtime:pypi

Install Docpick in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "docpick": {
      "command": "uvx",
      "args": [
        "docpick"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Docpick in other clients