Instructions to use PSynx/widget-detector-yolo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use PSynx/widget-detector-yolo with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("PSynx/widget-detector-yolo") 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
|
@@ -14,7 +14,23 @@ pipeline_tag: object-detection
|
|
| 14 |
|
| 15 |
# YOLO11m Widget Detector
|
| 16 |
|
| 17 |
-
YOLO11m Widget Detector is a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Results
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
# YOLO11m Widget Detector
|
| 16 |
|
| 17 |
+
YOLO11m Widget Detector is a lightweight, high-performance document widget detector designed for scanned forms and PDFs.
|
| 18 |
+
|
| 19 |
+
The model detects three common form widget types:
|
| 20 |
+
|
| 21 |
+
- text_input
|
| 22 |
+
- choice_button
|
| 23 |
+
- signature
|
| 24 |
+
|
| 25 |
+
It is optimized for:
|
| 26 |
+
|
| 27 |
+
- scanned forms
|
| 28 |
+
- enterprise PDFs
|
| 29 |
+
- OCR pipelines
|
| 30 |
+
- intelligent document processing (IDP)
|
| 31 |
+
- form digitization workflows
|
| 32 |
+
|
| 33 |
+
The detector supports both CPU and GPU inference and can process PDFs or images directly.
|
| 34 |
|
| 35 |
## Results
|
| 36 |
|