Add assets to readme
This commit is contained in:
15
README.md
15
README.md
@@ -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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
> **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
|
||||||
|

|
||||||
|
|
||||||
|
### Table Extraction from Chart
|
||||||
|

|
||||||
|
|
||||||
|
### Image Description
|
||||||
|

|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
### GPU not detected
|
### GPU not detected
|
||||||
|
|||||||
BIN
assets/describe.png
Normal file
BIN
assets/describe.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 928 KiB |
BIN
assets/helmet.png
Normal file
BIN
assets/helmet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
assets/multi-bird.png
Normal file
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
BIN
assets/table_from_chart.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 314 KiB |
Reference in New Issue
Block a user