# docu-scan by SPOCONT

Extract specified key-values and all recognizable structured data from .pdf using direct read and OCR read tools and retrieve in a .json. This is also useful to automatize contract, invoice, other do…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hello-3ubk/docu-scan

# Browse available tools
npx -y @smithery/cli@latest tool list hello-3ubk/docu-scan

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hello-3ubk/docu-scan docu_scan_extract

# Call a tool
npx -y @smithery/cli@latest tool call hello-3ubk/docu-scan docu_scan_extract '{}'
```

## Direct MCP Connection

Endpoint: `https://docu-scan--hello-3ubk.run.tools`

## Tools (2)

- `docu_scan_extract` — Extract a specific value from a PDF document using Google Document AI. Provide the base64-encoded PDF and describe what…
- `docu_scan_status` — Check remaining scan credits for the current user. Free — does not consume a credit. Call this before a batch of extrac…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hello-3ubk/docu-scan <tool-name>
```
