Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Optimizing merchant compliance: A system for product specific rule extraction using NLP.

MethodsX·2026
Same author

Classification of periapical dental X-ray using the YOLOv8 deep learning model.

MethodsX·2025
Same author

Smart charge-optimizer: Intelligent electric vehicle charging and discharging.

MethodsX·2025
Same author

AgCV: An Agentic framework for automating computer vision application.

MethodsX·2025
Same author

The role of smart electricity meter data analysis in driving sustainable development.

MethodsX·2025

Related Experiment Video

Updated: Mar 27, 2026

Author Spotlight: A Machine-Vision Approach to Transmission Electron Microscopy Workflows, Results Analysis and Data Management
10:23

Author Spotlight: A Machine-Vision Approach to Transmission Electron Microscopy Workflows, Results Analysis and Data Management

Published on: June 23, 2023

3.6K

SPARTAN: automated table detection and extraction from documents using advanced OpenCV heuristics and OCR techniques.

Shlok Nandurbarkar1, Archana Y Chaudhari2, Rahesha Mulla1

  • 1Symbiosis Institute of Technology, Pune Campus, Symbiosis International (Deemed University), Pune, India.

Scientific Reports
|March 26, 2026
PubMed
Summary

SPARTAN, a new heuristic-based pipeline, offers fast and accurate PDF table extraction without deep learning. This open-source tool efficiently processes documents, making advanced data extraction accessible for businesses.

Keywords:
OCROpenCVPDFsTable detectionTable extraction

More Related Videos

Combining Eye-tracking Data with an Analysis of Video Content from Free-viewing a Video of a Walk in an Urban Park Environment
08:25

Combining Eye-tracking Data with an Analysis of Video Content from Free-viewing a Video of a Walk in an Urban Park Environment

Published on: May 7, 2019

9.7K
Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention
06:37

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention

Published on: December 15, 2023

5.6K

Related Experiment Videos

Last Updated: Mar 27, 2026

Author Spotlight: A Machine-Vision Approach to Transmission Electron Microscopy Workflows, Results Analysis and Data Management
10:23

Author Spotlight: A Machine-Vision Approach to Transmission Electron Microscopy Workflows, Results Analysis and Data Management

Published on: June 23, 2023

3.6K
Combining Eye-tracking Data with an Analysis of Video Content from Free-viewing a Video of a Walk in an Urban Park Environment
08:25

Combining Eye-tracking Data with an Analysis of Video Content from Free-viewing a Video of a Walk in an Urban Park Environment

Published on: May 7, 2019

9.7K
Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention
06:37

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention

Published on: December 15, 2023

5.6K

Area of Science:

  • Computer Science
  • Artificial Intelligence
  • Document Analysis

Background:

  • The proliferation of digital documents necessitates efficient tabular data extraction.
  • Current deep learning methods offer high accuracy but are computationally expensive and lack transparency.
  • There is a need for resource-efficient, explainable solutions for large-scale PDF table extraction.

Purpose of the Study:

  • To introduce SPARTAN, an open-source, heuristic-based pipeline for high-fidelity table detection and extraction from PDFs.
  • To demonstrate SPARTAN's effectiveness without requiring model training or GPUs.
  • To provide a practical and cost-efficient alternative to complex deep learning models.

Main Methods:

  • SPARTAN utilizes lightweight OpenCV image processing modules for table structure analysis.
  • It incorporates column whitespace analysis, region segmentation, and cell parsing.
  • A modular OCR layer and optional LLM-driven post-processing enhance its capabilities.

Main Results:

  • SPARTAN achieved 0.94 precision, 0.91 recall, and 0.93 F1-score on over 20,000 pages.
  • It processed pages at 2.8 seconds per page on average CPU time with 96.7% OCR accuracy.
  • The pipeline demonstrated superior accuracy and speed compared to existing methods like Tabula and Deepdoctection.

Conclusions:

  • Modernized heuristics combined with high-quality OCR can rival or surpass deep learning performance.
  • SPARTAN offers a cost-efficient, explainable, and deployable solution for PDF table extraction.
  • The tool is suitable for small and medium enterprises, bridging the gap between rule-based systems and AI.