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
|
@@ -100,7 +100,7 @@ results = model.predict("screenshot.png", imgsz=1280, conf=0.10, iou=0.10, save=
|
|
| 100 |
@inproceedings{screenparse2026,
|
| 101 |
title={ScreenParse: Moving Beyond Sparse Grounding with Complete Screen Parsing},
|
| 102 |
author={TODO},
|
| 103 |
-
booktitle={
|
| 104 |
year={2026}
|
| 105 |
}
|
| 106 |
```
|
|
|
|
| 100 |
@inproceedings{screenparse2026,
|
| 101 |
title={ScreenParse: Moving Beyond Sparse Grounding with Complete Screen Parsing},
|
| 102 |
author={TODO},
|
| 103 |
+
booktitle={TODO},
|
| 104 |
year={2026}
|
| 105 |
}
|
| 106 |
```
|