Skip to content

Commit ba04803

Browse files
committed
docs: drop the named vision model and correct the text extractor
Removes the Qwen2-VL reference from the public description, matching the change already made in poster2json. Also replaces pdfalto with pdfplumber, which superseded it in v0.8.0.
1 parent 360104c commit ba04803

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ See [Docker Setup](docs/DOCKER.md) for detailed instructions including Windows/W
5050
PDF/Image → Raw Text Extraction → LLM JSON Structuring → Structured JSON
5151
↓ ↓
5252
[pdfplumber] [Llama 3.1 8B]
53-
[Qwen2-VL] verbatim Llama mirror
53+
[vision OCR] verbatim Llama mirror
5454
```
5555

5656
1. **PDF files** → Processed via `pdfplumber` with XY-cut reading order (PyMuPDF fallback) for layout-aware text extraction
57-
2. **Image files** → Processed via `Qwen2-VL-7B` vision-language model
57+
2. **Image files** → Processed via a vision-language model for OCR
5858
3. **All files** → Structured into JSON by [Llama-3.1-8B-Poster-Extraction](https://huggingface.co/fairdataihub/Llama-3.1-8B-Poster-Extraction), a verbatim mirror of Meta Llama 3.1 8B Instruct (not fine-tuned)
5959

6060
## Output Format

0 commit comments

Comments
 (0)