Tabled is a Python library used for detecting and extracting tables, utilizing Surya to identify tables within PDFs, recognize rows and columns, and format cells as Markdown, CSV, or HTML. This tool is particularly useful for data scientists and researchers who frequently need to extract table data from PDF documents for further analysis. Tabled's main advantages include high accuracy in table detection and extraction, support for multiple output formats, and a user-friendly command-line interface. Additionally, it offers an interactive app that allows users to intuitively test Tabled on images or PDF files.