Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 477 Bytes

File metadata and controls

19 lines (14 loc) · 477 Bytes

Contributing

Thanks for your interest in LayoutScribe!

Principles

  • LLM-only parsing: no OCR engines, no heuristic segmentation.
  • Provider-agnostic via LiteLLM.
  • Async-first, resilient retries, budget-aware.

How to Contribute

  1. Discuss issues in GitHub first (feature/bug).
  2. Follow API/CLI contracts in docs.
  3. Add/update docs when you change behavior.

Code of Conduct

Be kind. Assume positive intent. No harassment or hate speech.

License

Apache-2.0.