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
|
@@ -97,10 +97,13 @@ results = model.predict("screenshot.png", imgsz=1280, conf=0.10, iou=0.10, save=
|
|
| 97 |
## Citation
|
| 98 |
|
| 99 |
```bibtex
|
| 100 |
-
@
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
|
|
|
|
|
|
|
|
|
| 105 |
}
|
| 106 |
```
|
|
|
|
| 97 |
## Citation
|
| 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},
|
| 105 |
+
archivePrefix={arXiv},
|
| 106 |
+
primaryClass={cs.CV},
|
| 107 |
+
url={https://arxiv.org/abs/2602.14276},
|
| 108 |
}
|
| 109 |
```
|