algorembrant commited on
Commit
b275ff7
·
verified ·
1 Parent(s): b0ed872

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -34,14 +34,15 @@ short_description: >
34
  ![Status](https://img.shields.io/badge/Status-Stable-brightgreen)
35
  ![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Spaces-yellow?logo=huggingface)
36
  ![Author](https://img.shields.io/badge/Author-algorembrant-orange)
 
37
 
38
  Atomically parse and understand complex PDF documents using **claude-opus-4-6** (Anthropic).
39
  Handles equations, graphs, algorithms, unique drawings, multi-column layouts, scanned pages,
40
  and 100+ page documents without hallucination.
 
41
 
42
  Designed to be dropped into local agent pipelines as a callable module.
43
-
44
- --
45
 
46
  ## What Makes This Work
47
 
 
34
  ![Status](https://img.shields.io/badge/Status-Stable-brightgreen)
35
  ![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Spaces-yellow?logo=huggingface)
36
  ![Author](https://img.shields.io/badge/Author-algorembrant-orange)
37
+
38
 
39
  Atomically parse and understand complex PDF documents using **claude-opus-4-6** (Anthropic).
40
  Handles equations, graphs, algorithms, unique drawings, multi-column layouts, scanned pages,
41
  and 100+ page documents without hallucination.
42
+
43
 
44
  Designed to be dropped into local agent pipelines as a callable module.
45
+
 
46
 
47
  ## What Makes This Work
48