Skip to main content

SmartPDF

A simple python library for AI-powered PDF documents processing.

Downloads Downloads Downloads

Requirements

  • Linux, Windows, MacOS
  • Python 3.8.+
  • OpenAI API Key

Install package

pip install smart_pdf

Install the latest version

git clone https://github.com/bes-dev/smart_pdf.git
cd smart_pdf
pip install -r requirements.txt
pip install .

Install the latest version

git clone https://github.com/bes-dev/random_face.git
cd random_face
pip install -r requirements.txt
python download_model.py
pip install .

Demo

python -m smart_pdf.smart_pdf --help

Example

from smart_pdf import SmartPDF
smart_doc = SmartPDF(
    path=<path_to_pdf>,
    openai_api_key=<openai_api_key>
)
print(smart_doc)
print(f"Summary: {smart_doc.summary()}")
print("Press q! to exit")
while True:
    request = input("> ")
    if request == "q!":
        break
    print(smart_doc.smart_search(request))

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

smart_pdf-2023.9.11.1-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file smart_pdf-2023.9.11.1-py3-none-any.whl.

File metadata

File hashes

Hashes for smart_pdf-2023.9.11.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4d5e929a8662fa320ad8259c48dd033a920407a0acd0728c09f027c8a04166bf
MD5 20e727e40890451c733d03f8bd18eb75
BLAKE2b-256 c68657b096c6691af41788822d69cd1437ded843e9955e7042d26be315d17ec0

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2023.9.11.1 This release

1 file

2023.9.11.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page