Object Detection
ultralytics
TensorBoard
PyTorch
English
v8
ultralyticsplus
yolov8
yolo
vision
table detection
table extraction
table classification
document analysis
unstructured document
unstructured table extraction
structured table extraction
unstructured table detection
structured table detection
Eval Results (legacy)
Instructions to use foduucom/table-detection-and-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use foduucom/table-detection-and-extraction with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("foduucom/table-detection-and-extraction") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Only detecting one table on the page
#6
by FreidaFeldinger123 - opened
It's only detecting one table on the page even when there are clearly multiple tables on the page. I have model.overrides['max_det'] = 1000