CoolFace
Apppublic

Kmithu/yolo_doclayout

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference


title: Document Layout Detection emoji: ๐Ÿ” colorFrom: blue colorTo: purple sdk: gradio sdkversion: 4.24.0 appfile: app.py pinned: false ---

Document Layout Detection with YOLOv10

This Space detects various layout elements in document images using YOLOv10.

Supported Elements

  • โ€”Caption, Footnote, Formula
  • โ€”List-item, Page-footer, Page-header
  • โ€”Picture, Section-header, Table
  • โ€”Text, Title

How to Use

  1. 1.Upload a document image
  2. 2.Wait for the model to process
  3. 3.View the detected elements with bounding boxes and labels

Model

The model is based on YOLOv10 trained on document layout detection.