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

|
||||
|
||||
> **Recent Updates (v2.1.1)**
|
||||
> - ✅ 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
|
||||
@@ -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], ...]`
|
||||
- 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
|
||||
|
||||
### GPU not detected
|
||||
|
||||
Reference in New Issue
Block a user