Example of Table Extraction in ASP.NET Core Smart Table Extraction Library
This sample demonstrates how to extract the table structured data such as table regions, rows, column, cells and its bounding areas from PDFs and images.
DEMO
SOURCE
Input.pdf
OR
Drop files (Image, PDF)
The Smart Table Extractor detecting and extracting tables from uploaded documents according to the options you choose. Extracted tables include rows, columns, cell, spans and its bounding area values and can be downloaded (JSON or Excel) for further analysis. Excel output is generated using the Syncfusion.XlsIO package to convert the JSON data into Excel format. You can interact with the sample as follows:
- Use the Browse button to select any file of interest.
- Alternatively, drag and drop a chosen file into the designated file pick area.
- After selecting a valid file and configuring the extraction options, tap the Extract Table button to process the content. The extracted tables, including rows and cells values, can then be downloaded in JSON or Excel format.
- Support for various file formats, including:
- PDF - '.pdf'
- Image - '.jpeg','.jpg','.png'