Skip to content

DevaraatJoshi23/PDF-Table-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PDF-Table-Extractor

Overview

A web application to extract tables from PDF files, with support for password-protected PDFs and multi-page documents.

Features

  • Upload PDF files
  • Extract tables from bank statements
  • Support for encrypted PDFs
  • Download the extracted table as Excel

Prerequisites

  • Python 3.8+
  • Java Runtime Environment (for tabula-py)

Installation

  1. Clone the repository
  2. Create a virtual environment
  3. Install dependencies:
pip install -r requirements.txt

Running the Application

python app.py

Usage

  1. Navigate to http://localhost:5000
  2. Upload a PDF
  3. Enter password if PDF is encrypted
  4. View and download the extracted table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages