Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,6 +142,7 @@ with gr.Blocks(title="🐳DeepSeek-OCR🐳", theme=gr.themes.Soft()) as demo:
|
|
| 142 |
- **📄 Convert to Markdown**: Converts the document into Markdown, preserving structure.
|
| 143 |
- **📈 Parse Figure**: Extracts structured data from charts and figures.
|
| 144 |
- **🔍 Locate Object by Reference**: Finds a specific object/text.
|
|
|
|
| 145 |
"""
|
| 146 |
)
|
| 147 |
|
|
|
|
| 142 |
- **📄 Convert to Markdown**: Converts the document into Markdown, preserving structure.
|
| 143 |
- **📈 Parse Figure**: Extracts structured data from charts and figures.
|
| 144 |
- **🔍 Locate Object by Reference**: Finds a specific object/text.
|
| 145 |
+
4. If this helpful, please give it a like! 🙏 ❤️
|
| 146 |
"""
|
| 147 |
)
|
| 148 |
|