Instructions to use Armaggheddon/yolo11-document-layout with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Armaggheddon/yolo11-document-layout with ultralytics:
from ultralytics import YOLOvv11 model = YOLOvv11.from_pretrained("Armaggheddon/yolo11-document-layout") 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
|
@@ -15,6 +15,7 @@ tags:
|
|
| 15 |
- ultralytics
|
| 16 |
- document-layout-analysis
|
| 17 |
- document-ai
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# YOLOv11 for Advanced Document Layout Analysis
|
|
|
|
| 15 |
- ultralytics
|
| 16 |
- document-layout-analysis
|
| 17 |
- document-ai
|
| 18 |
+
new_version: Armaggheddon/yolo26-document-layout
|
| 19 |
---
|
| 20 |
|
| 21 |
# YOLOv11 for Advanced Document Layout Analysis
|