Skip to main content

Search PDFs semantically

Project description

semantic-pdf-search

A semantic PDF searching application, written in Python.

By Jordan Zedeck and Jonathan Louis

Overview

This application utilizes a machine learning embedding model to encode both a PDF document and a user's queries. This process enables the application to find near-matches to the query within the document, much like an internet search engine would for web-pages. The page number results are displayed as buttons which can be clicked to open the PDF directly to the page in your default web browser.

Features

  • Semantic Search: Finds near-matches and related concepts, not just exact keywords.
  • Offline Operability: Once semantic-pdf-search is installed and used once, it can be used completely offline.
  • Cross-Platform: Supports Linux, Windows and macOS.

Example

Query:

alt text

Result:

alt text

Installation

Prerequisites

This package requires Tkinter. If you run the command python -m tkinter and a new window does not appear, you will need to install it manually.

  • Windows: Re-run the Python installer and ensure the tcl/tk checkbox is ticked.
  • macOS: Install Tkinter using Homebrew with the following command:
    brew install python-tk
    
  • Linux: Varies depending on package manager:
    • Debian:
      sudo apt install python3-tk
      
    • Fedora:
      sudo dnf install python3-tkinter
      
    • Arch: (note that pip installing packages on Arch requires using a venv):
      sudo pacman -S tk
      

From PyPI

The easiest way to install the package is using pip.

pip install semantic-pdf-search

From Source

To install from the GitHub repository, follow these steps:

cd semantic-pdf-search
python -m build
pip install dist/semantic_pdf_search-0.8.0-py3-none-any.whl

Launching semantic-pdf-search

Once installed, run the application from your command line:

semantic-pdf-search

Basic Usage Guide

  1. Browse for a PDF: Click on "File ..." -> "Open ..." -> "Browse for PDF" to browse for a PDF file.
  2. Select and Open: Navigate to your PDF, select it, and click "Open".
  3. Wait for Embeddings: The application will process the document and create embeddings. This may take a moment, especially for large files.
  4. Enter a Query: Once the document is loaded, type your query into the search bar and press Enter.
  5. View Results: The application will display a list of page numbers that contain near-matches to your query.
  6. Open the Page: Click on any of the result buttons to open the PDF directly to that page in your default web browser.

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

semantic_pdf_search-0.8.2.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

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

semantic_pdf_search-0.8.2-py3-none-any.whl (23.8 kB view details)

Uploaded Python 3

File details

Details for the file semantic_pdf_search-0.8.2.tar.gz.

File metadata

  • Download URL: semantic_pdf_search-0.8.2.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for semantic_pdf_search-0.8.2.tar.gz
Algorithm Hash digest
SHA256 3265d9d40bb7d63749f01a37546246926848ecd8eb34d44957da806f349b83e2
MD5 7c1e62e6d8251cb5fccadd3ba1e2dd01
BLAKE2b-256 1ac33a390a289574f6bd66ff52987955a91b14888f13fbdeac17454ed73491bd

See more details on using hashes here.

File details

Details for the file semantic_pdf_search-0.8.2-py3-none-any.whl.

File metadata

File hashes

Hashes for semantic_pdf_search-0.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6c14620cc52177208ed845f5241452d0ff8a2c21c75f30a163c8bb4bc216e5e6
MD5 32080bb2ed8715ed5b972cadfc9c4b84
BLAKE2b-256 a5d5887d68991ceeb63825ec0096d5d8e583ad1d5281608a6d0d388ae231678d

See more details on using hashes here.

Supported by

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