Views
No views yet
| File | Size | Format | Notes |
|---|---|---|---|
| layout-heron-f32.gguf | 161 MB | F32 | Full precision, development |
| layout-heron-q8_0.gguf | 43 MB | Q8_0 | Recommended for inference |
1# CLI
2./build/crispembed -m layout-heron --layout document.png --json
3
4# Server
5./build/crispembed-server --layout layout-heron-q8_0.gguf
6curl -X POST http://localhost:8080/layout/detect -d '{"image": "page.png"}'1from crispembed import CrispLayout
2layout = CrispLayout("layout-heron-q8_0.gguf")
3regions = layout.detect("document.png")docling-project.apache-2.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.