Skip to content

Commit b0cded8

Browse files
mudlergithub-actions[bot]
authored andcommitted
chore(model gallery): 🤖 add new models via gallery agent
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6e7a8c6 commit b0cded8

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

gallery/index.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23363,3 +23363,34 @@
2336323363
- filename: Qwen3-Grand-Horror-Light-1.7B.Q4_K_M.gguf
2336423364
sha256: cbbb0c5f6874130a8ae253377fdc7ad25fa2c1e9bb45f1aaad88db853ef985dc
2336523365
uri: huggingface://mradermacher/Qwen3-Grand-Horror-Light-1.7B-GGUF/Qwen3-Grand-Horror-Light-1.7B.Q4_K_M.gguf
23366+
- !!merge <<: *llama3
23367+
name: "chandra-ocr"
23368+
urls:
23369+
- https://huggingface.co/noctrex/Chandra-OCR-GGUF
23370+
description: |
23371+
**Chandra – Advanced Document OCR with Layout Preservation**
23372+
23373+
Chandra is a state-of-the-art vision-language model designed for highly accurate document understanding and OCR. It excels at extracting text, tables, forms, mathematical expressions, and diagrams from images and PDFs, while preserving detailed layout information.
23374+
23375+
**Key Features:**
23376+
- Outputs structured results in **Markdown, HTML, or JSON** formats
23377+
- Strong support for **handwriting, multi-column layouts, tables, and complex formatting**
23378+
- Accurately reconstructs **forms with checkboxes** and **diagrams with captions**
23379+
- Supports **40+ languages**
23380+
- High performance on benchmarks like **olmocr**, outperforming many leading models in layout-aware OCR tasks
23381+
23382+
**Use Cases:**
23383+
- Digitizing scanned documents and forms
23384+
- Extracting data from academic papers, textbooks, and technical manuals
23385+
- Processing handwritten notes and financial documents
23386+
- Building intelligent document processing (IDP) pipelines
23387+
23388+
**Try It:**
23389+
- Free online playground: [https://www.datalab.to/playground](https://www.datalab.to/playground)
23390+
- Hosted API: [https://www.datalab.to/](https://www.datalab.to/)
23391+
- Install via pip: `pip install chandra-ocr`
23392+
23393+
Chandra is ideal for applications where **content accuracy and layout fidelity** are critical. Built on a robust foundation and continuously improved, it represents a major leap in document AI.
23394+
overrides:
23395+
parameters:
23396+
model: noctrex/Chandra-OCR-GGUF

0 commit comments

Comments
 (0)