Skip to main content

A Python package that utilizes GPT-4V and other tools to convert PDFs into Markdown files.

Project description

GPT PDF Reader

GPT PDF Reader is a Python package that utilizes GPT-4V and other tools to extract and process information from PDF files.

Features

  • Extracts figures from PDF files using the pdffigures2 Scala library.
  • Converts PDF pages to images and uploads them to Google Cloud Bucket.
  • Utilizes GPT-4V Vision to generate Markdown content from pdf an than inserts image urls into markdown.

Additional Dependencies

This package requires the pdffigures2 Scala library to extract figures from PDF files. You can get it by cloning the pdffigures2 repository:

Installation

The installation process requires Java and Scala. The following instructions are for macOS users:

brew tap AdoptOpenJDK/openjdk
brew install --cask adoptopenjdk11
brew install jenv
echo 'export PATH="$HOME/.jenv/bin:$PATH"' >> ~/.zshrc
echo 'eval "$(jenv init -)"' >> ~/.zshrc

After updating your shell configuration, close and reopen your terminal, then set Java 11 as the global version using jenv:

jenv add /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/
jenv global 11.0.11

Install GPT PDF Reader via pip:

pip install gptpdfreader

Configure the required environment variables in your .env file without spaces or unnecessary quotes:

OPENAI_API_KEY=open_ai_key
GOOGLE_ID=google_project_id
GOOGLE_BUCKET=google_bucket_name

Usage

To process a PDF and generate Markdown content:

from gptpdfreader.reader import main

main('path_to_your_pdf.pdf')

This will process the specified PDF and output a Markdown file with the extracted information in the same directory.

Limitations

some limitations

Contributing

We welcome contributions! Please open an issue or submit a pull request on our GitHub repository.

Support

For questions and support, please open an issue in the GitHub issue tracker.

License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpt_pdf_md-0.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

gpt_pdf_md-0.1-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page