Metadata-Version: 2.4
Name: pdf-manager-gui
Version: 0.3.0
Summary: Visually compress and OCR PDF files.
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Author: Ioasjfopas
Author-email: Qurium@protonmail.com
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: ocrmypdf (>=16.12.0,<17.0.0)
Requires-Dist: pyqt6 (>=6.10.0,<7.0.0)
Project-URL: Homepage, https://github.com/ioasjfopas/pdf-manager
Project-URL: Issues, https://github.com/ioasjfopas/pdf-manager/issues
Description-Content-Type: text/markdown

# PDF-Manager-GUI

<image src="https://raw.githubusercontent.com/ioasjfopas/pdf-manager/main/PDF-Manager-GUI.png" width="500">

A simple tool that allows you to run [OCRmyPDF](https://github.com/ocrmypdf/OCRmyPDF) and [GhostScript](https://www.ghostscript.com/) on PDFs visually.

## Requirements

### Debian:
```sh
sudo apt-get install ghostscript
`````

### Mac:
```sh
brew install ghostscript
```

### Windows:

Install from [here](https://ghostscript.com/releases/gsdnld.html).

> [!IMPORTANT]  
> Make sure that `gs` is in the `PATH` and available.

## Install:

```sh
pip install pdf-manager-gui
```

or, even better, use [PipX](https://pipx.pypa.io/latest/)

```sh
pipx install pdf-manager-gui
```

