Skip to main content

A PDF pipeline to convert, OCR, and merge documents.

Project description

ocr-my-mess

A complete and modular Python pipeline to convert, OCR, and merge all your documents into a single, searchable PDF.

Pre-built Binaries (Simplest Method)

For the quickest start, pre-built executables for Windows, macOS, and Linux are available for download from the GitHub Releases page. These executables are standalone and do not require Python or any other dependencies to be installed on your system. Simply download the appropriate version for your operating system, extract it, and run.

Features

  • Recursive Conversion: Traverses a directory to find all supported files (images, office documents, archives, existing PDFs).
  • OCR Processing: Applies OCR to all documents using ocrmypdf to make them text-searchable.
  • Hierarchical Merging: Merges all generated PDFs into a single file with a table of contents that mirrors the original folder structure.
  • Dual Interfaces: Usable as both a powerful Command-Line Interface (ocr-my-mess-cli) and a simple Graphical User Interface (ocr-my-mess-gui).
  • Cross-Platform: Packaged with PyInstaller to run on Windows, macOS, and Linux.

Installation

There are two main ways to install ocr-my-mess: from Conda or from PyPI.

From Conda (Recommended)

This is the easiest and most reliable way to get started. The Conda environment, defined in the config/conda/environment.yml file, includes all Python dependencies as well as external binaries like Tesseract, Unpaper, and jbig2dec. This ensures you have the latest compiled versions, which are often more recent and performant than the ones provided by your operating system's package manager.

  1. Create and activate the Conda environment:
    conda env create -f environment.yml
    conda activate ocr-my-mess
    
  2. Run the application: Once the environment is activated, you can run the application directly.
    ocr-my-mess
    

For development: If you want to modify the source code, you can install the project in editable mode after activating the environment:

pip install -e .

Note on LibreOffice: The Conda environment does not include LibreOffice. If you need to convert office documents, you must install it separately on your system (see the PyPI installation section for instructions).

From PyPI

This method requires you to install system dependencies manually before installing the Python package.

  1. Install System Dependencies

    This project relies on several external programs. Please install them using your system's package manager.

    Linux (Debian/Ubuntu):

    sudo apt-get update
    sudo apt-get install -y tesseract-ocr unpaper jbig2dec libreoffice
    

    macOS:

    brew install tesseract unpaper jbig2dec
    brew install --cask libreoffice
    

    Windows: Installation on Windows is more complex. We recommend using the official ocrmypdf Docker image if possible. Otherwise, you will need to install the following dependencies manually:

    • Tesseract OCR: choco install tesseract
    • LibreOffice: choco install libreoffice
    • Unpaper and jbig2dec: These are not readily available on Chocolatey. Please refer to the ocrmypdf documentation for installation instructions.

    Optional Dependencies:

  2. Install ocr-my-mess from PyPI

    pip install ocr-my-mess
    

Usage

The application can be run in two modes:

  • Command-Line Interface (CLI): If you provide any arguments.
  • Graphical User Interface (GUI): If you run it without any arguments.

Command-Line Interface (CLI)

The CLI provides several commands, including run, convert and merge.

# General help
ocr-my-mess --help

# Get version
ocr-my-mess -v

# Run the full pipeline on a directory
ocr-my-mess run --input /path/to/docs --output /path/to/final.pdf --lang en+fr

# Just convert and OCR all documents in a folder
ocr-my-mess convert --input-dir /path/to/docs --output-dir /path/to/output

# Just merge all PDFs in a folder into a single file
ocr-my-mess merge --input-dir /path/to/output --output-file /path/to/final.pdf

Graphical User Interface (GUI)

For a more visual approach, you can launch the GUI by running the command without any arguments.

ocr-my-mess

This will open a window allowing you to:

  • Select input and output directories.
  • Choose OCR languages.
  • Run the full pipeline.
  • See live logs and progress.

Development

Running Tests

To ensure everything is working correctly, run the automated tests:

pytest

Building Executables

This project uses PyInstaller to create a standalone executable. A build script is provided in the scripts/ directory.

# Build the executable
python scripts/build.py

The executable will be located in the dist/ directory.

Note: When running the GUI from the executable on Windows or macOS, a console window will appear alongside the main application window. This is expected behavior.

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

ocr_my_mess-0.3.15.tar.gz (29.8 kB view details)

Uploaded Source

Built Distribution

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

ocr_my_mess-0.3.15-py3-none-any.whl (25.9 kB view details)

Uploaded Python 3

File details

Details for the file ocr_my_mess-0.3.15.tar.gz.

File metadata

  • Download URL: ocr_my_mess-0.3.15.tar.gz
  • Upload date:
  • Size: 29.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ocr_my_mess-0.3.15.tar.gz
Algorithm Hash digest
SHA256 6b4d0423b2fa1e2be01f86ad1902bbc043bf0e48298c19584749f29c02fbbecb
MD5 d08f0fd3180e1052f54a564f71ee6612
BLAKE2b-256 c8562c8879b21443b339f1a6b73ea908cd1de18dd4f121bae82d21708275bec6

See more details on using hashes here.

Provenance

The following attestation bundles were made for ocr_my_mess-0.3.15.tar.gz:

Publisher: build.yml on TheCodesUprising/ocr-my-mess

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ocr_my_mess-0.3.15-py3-none-any.whl.

File metadata

  • Download URL: ocr_my_mess-0.3.15-py3-none-any.whl
  • Upload date:
  • Size: 25.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ocr_my_mess-0.3.15-py3-none-any.whl
Algorithm Hash digest
SHA256 fbbf2d6eaa5852b8217f7e6a048cac9945600780e968c1065a86701d9e84c0c6
MD5 08fefd99572b293bc81d62887e4191f9
BLAKE2b-256 53b6d98d507b72306123e3aaf12bea45d1c347d4710486bd20a4d67c5ca3b164

See more details on using hashes here.

Provenance

The following attestation bundles were made for ocr_my_mess-0.3.15-py3-none-any.whl:

Publisher: build.yml on TheCodesUprising/ocr-my-mess

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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