Skip to content

rugadameghanath/open-pdf-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Open PDF Parser

Self-hostable PDF parsing engine for structured text and table extraction. Works locally or via Docker.

Features

  • Extract text from PDFs
  • Extract tables
  • Supports password-protected PDFs (user should know the password)
  • Runs locally or via Docker

Quick Start

Docker

docker build -t open-pdf-parser . docker run -p 8000:8000 open-pdf-parser

Local

pip install -r requirements.txt uvicorn app.main:app --reload

About

Self-hostable PDF parsing engine for structured text and table extraction. Works locally or via Docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors