Shak33l-UiRev commited on
Commit
95816fe
·
verified ·
1 Parent(s): 0db7b37

consistent model card

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -215,18 +215,20 @@ with col2:
215
  "Donut": {
216
  "description": "Best for structured OCR and document format understanding",
217
  "memory": "6-8GB",
218
- "strengths": ["Structured OCR", "Memory efficient", "Good with fixed formats"]
 
219
  },
220
  "LayoutLMv3": {
221
  "description": "Strong layout understanding with reasoning capabilities",
222
  "memory": "12-15GB",
223
- "strengths": ["Layout understanding", "Reasoning", "Pre-trained knowledge"]
 
224
  },
225
  "OmniParser": {
226
  "description": "General screen parsing tool for UI understanding",
227
  "memory": "8-10GB",
228
  "strengths": ["UI element detection", "Interactive element recognition", "Function description"],
229
- "best_for": ["Screenshots", "UI analysis", "Interactive elements"]
230
  }
231
  }
232
 
 
215
  "Donut": {
216
  "description": "Best for structured OCR and document format understanding",
217
  "memory": "6-8GB",
218
+ "strengths": ["Structured OCR", "Memory efficient", "Good with fixed formats"],
219
+ "best_for": ["Invoices", "Forms", "Structured documents", "Tables"]
220
  },
221
  "LayoutLMv3": {
222
  "description": "Strong layout understanding with reasoning capabilities",
223
  "memory": "12-15GB",
224
+ "strengths": ["Layout understanding", "Reasoning", "Pre-trained knowledge"],
225
+ "best_for": ["Complex documents", "Mixed layouts", "Documents with tables", "Multi-column text"]
226
  },
227
  "OmniParser": {
228
  "description": "General screen parsing tool for UI understanding",
229
  "memory": "8-10GB",
230
  "strengths": ["UI element detection", "Interactive element recognition", "Function description"],
231
+ "best_for": ["Screenshots", "UI analysis", "Interactive elements", "Web interfaces"]
232
  }
233
  }
234