Add assets to readme

This commit is contained in:
Ray Dumasia
2025-10-21 21:49:57 +01:00
parent 3efc4da7ff
commit 525fc1d248
5 changed files with 15 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
Modern OCR web application powered by DeepSeek-OCR with a stunning React frontend and FastAPI backend. Modern OCR web application powered by DeepSeek-OCR with a stunning React frontend and FastAPI backend.
![DeepSeek OCR in Action](assets/multi-bird.png)
> **Recent Updates (v2.1.1)** > **Recent Updates (v2.1.1)**
> - ✅ Fixed image removal button - now properly clears and allows re-upload > - ✅ Fixed image removal button - now properly clears and allows re-upload
> - ✅ Fixed multiple bounding boxes parsing - handles `[[x1,y1,x2,y2], [x1,y1,x2,y2]]` format > - ✅ Fixed multiple bounding boxes parsing - handles `[[x1,y1,x2,y2], [x1,y1,x2,y2]]` format
@@ -286,6 +288,19 @@ For large images, the model uses dynamic cropping:
- **Supports multiple boxes**: When finding multiple instances, format is `[[x1,y1,x2,y2], [x1,y1,x2,y2], ...]` - **Supports multiple boxes**: When finding multiple instances, format is `[[x1,y1,x2,y2], [x1,y1,x2,y2], ...]`
- Frontend automatically displays all boxes overlaid on the image with unique colors - Frontend automatically displays all boxes overlaid on the image with unique colors
## Examples
Here are some example images showcasing different OCR capabilities:
### Visual Understanding
![Helmet Description](assets/helmet.png)
### Table Extraction from Chart
![Chart to Table](assets/table_from_chart.png)
### Image Description
![Describe Mode](assets/describe.png)
## Troubleshooting ## Troubleshooting
### GPU not detected ### GPU not detected

BIN
assets/describe.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 928 KiB

BIN
assets/helmet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
assets/multi-bird.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

BIN
assets/table_from_chart.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB