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
how to get bbox of borderless table
#7
by abhishek9948 - opened
first of all thanks for contributing great model, it extracts almost all the tables from the pdf
my question is how to filter bbox of borderless tables from the predicted result.
Thank you for showing the interest. As this model can only detect data based on borders. You have to further train this model to your need.