Files
motovaultpro/ocr/CLAUDE.md
Eric Gullickson 87ee498af7 chore: update docs
2026-02-05 21:49:35 -06:00

16 lines
434 B
Markdown

# ocr/
## Files
| File | What | When to read |
| ---- | ---- | ------------ |
| `Dockerfile` | Container build definition | Docker builds, deployment |
| `requirements.txt` | Python dependencies | Adding dependencies |
## Subdirectories
| Directory | What | When to read |
| --------- | ---- | ------------ |
| `app/` | FastAPI application source | OCR endpoint development |
| `tests/` | Test suite | Adding or modifying tests |