Instructions to use docling-project/ScreenParser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use docling-project/ScreenParser with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("docling-project/ScreenParser") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -98,7 +98,7 @@ results = model.predict("screenshot.png", imgsz=1280, conf=0.10, iou=0.10, save=
|
|
| 98 |
|
| 99 |
```bibtex
|
| 100 |
@misc{gurbuz2026movingsparsegroundingcomplete,
|
| 101 |
-
title={Moving Beyond Sparse Grounding with Complete Screen Parsing Supervision},
|
| 102 |
author={A. Said Gurbuz and Sunghwan Hong and Ahmed Nassar and Marc Pollefeys and Peter Staar},
|
| 103 |
year={2026},
|
| 104 |
eprint={2602.14276},
|
|
|
|
| 98 |
|
| 99 |
```bibtex
|
| 100 |
@misc{gurbuz2026movingsparsegroundingcomplete,
|
| 101 |
+
title={ScreenParse: Moving Beyond Sparse Grounding with Complete Screen Parsing Supervision},
|
| 102 |
author={A. Said Gurbuz and Sunghwan Hong and Ahmed Nassar and Marc Pollefeys and Peter Staar},
|
| 103 |
year={2026},
|
| 104 |
eprint={2602.14276},
|