Skip to content

Commit 7062613

Browse files
author
marwan37
committed
update image links in README
1 parent 8447714 commit 7062613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

omni-reader/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A scalable multi-model text extraction solution for unstructured documents.
1010
OmniReader is built for teams who routinely work with unstructured documents (e.g., PDFs, images, scanned forms) and want a scalable workflow for structured text extraction. It provides an end-to-end batch OCR pipeline with optional multi-model comparison to help ML engineers evaluate different OCR solutions before deployment.
1111

1212
<div align="center">
13-
<img src="assets/demo/html_visualization.png" alt="HTML Visualization of OCR Results" width="800"/>
13+
<img src="assets/docs/html_visualization.png" alt="HTML Visualization of OCR Results" width="800"/>
1414
<p><em>HTML visualization showing metrics and comparison results from the OCR pipeline</em></p>
1515
</div>
1616

@@ -106,15 +106,15 @@ The project also includes a Streamlit app that allows you to:
106106

107107
- Upload documents for instant OCR processing
108108
- Compare results from multiple models side-by-side
109-
- Customize prompts for improved extraction
109+
- Experiment with custom prompts to improve extraction quality
110110

111111
```bash
112112
# Launch the Streamlit interface
113113
streamlit run app.py
114114
```
115115

116116
<div align="center">
117-
<img src="assets/demo/streamlit.png" alt="Model Comparison Results" width="800"/>
117+
<img src="assets/docs/streamlit.png" alt="Model Comparison Results" width="800"/>
118118
<p><em>Side-by-side comparison of OCR results across different models</em></p>
119119
</div>
120120

0 commit comments

Comments
 (0)