Files
openstock/skills/openstock-agent-cli/references/commands/dart/document/guide.md
T

20 lines
412 B
Markdown
Raw Normal View History

2026-06-09 17:22:59 +09:00
# `openstock dart document`
Purpose: fetch and extract text from a DART disclosure document by receipt number.
Usage:
```bash
openstock dart document 20260609000000 --max-chars 20000
```
Inputs: `rcept_no`, optional `--force`, `--max-chars`.
Reads: `OPENDART_API_KEY`.
Writes: document ZIP cache.
Output fields: document metadata and extracted text.
Agent rule: use `--max-chars` to cap large documents.