PDF Deskew Tool is a powerful GUI and CLI application designed to automatically detect and correct skewed pages in scanned PDF documents. By leveraging PyMuPDF and OpenCV, it provides high-quality image processing to ensure your documents are perfectly aligned and highly readable.
- Smart Deskewing: Automatically detects and corrects rotation angles.
- Batch Processing: Handle multiple PDF files simultaneously.
- Image Enhancement:
- Watermark Removal: Advanced inpainting to clean up documents.
- Quality Boost: Contrast enhancement, denoising, and sharpening.
- Grayscale Conversion: Reduce file size and improve clarity.
- User Friendly:
- Modern GUI: Built with PyQt6 and Material Design themes.
- Drag & Drop: Easy file selection.
- Bilingual: Full support for English and Chinese.
- Flexible CLI: Robust command-line interface for automation and power users.
See DEVELOPMENT.md for instructions on setting up the development environment and contributing.
Recommended: Using uv
uv tool install pdf-deskewpip install pdf-deskewSimply run the command to open the interface:
pdf-deskew# Basic usage (output saved as input_deskewed.pdf)
pdf-deskew-cli input.pdf
# Custom output and DPI
pdf-deskew-cli input.pdf -o output.pdf -d 600
# Enable all enhancements
pdf-deskew-cli input.pdf --enhance --remove-watermarkPDF 倾斜校正工具 (PDF Deskew Tool) 是一款功能强大的图形界面 (GUI) 和命令行 (CLI) 应用程序,专门用于自动检测并纠正扫描 PDF 文档中的页面倾斜。通过结合 PyMuPDF 和 OpenCV 的强大功能,它能提供高质量的图像处理,确保您的文档排列整齐、清晰易读。
- 智能纠偏:自动检测并修正页面旋转角度。
- 批量处理:支持同时处理多个 PDF 文件,提高效率。
- 图像增强:
- 去除水印:使用先进的修复算法清理文档背景。
- 画质提升:对比度增强、降噪及锐化处理。
- 灰度转换:减小文件体积并提升文字清晰度。
- 用户友好:
- 现代界面:基于 PyQt6 和 Material Design 主题构建。
- 拖放支持:支持直接拖入文件进行处理。
- 双语支持:完整的中英文界面切换。
- 灵活的命令行:为高级用户和自动化脚本提供强大的 CLI 支持。
请参阅 DEVELOPMENT.md 了解如何搭建开发环境及参与贡献。
推荐方式:使用 uv
uv tool install pdf-deskewpip install pdf-deskew直接运行以下命令启动程序:
pdf-deskew# 基本用法(输出默认为 input_deskewed.pdf)
pdf-deskew-cli input.pdf
# 指定输出路径和 DPI
pdf-deskew-cli input.pdf -o output.pdf -d 600
# 开启所有增强功能
pdf-deskew-cli input.pdf --enhance --remove-watermark- OS: Windows, macOS, or Linux
- Python: 3.12 or higher
- Dependencies: PyQt6, PyMuPDF, OpenCV, Pillow, numpy, deskew, qt-material, tqdm
git clone https://github.com/tinnci/pdf_deskew.git
cd pdf_deskew
uv venv
# Windows: .venv\Scripts\activate | Linux/macOS: source .venv/bin/activate
uv pip install -e .
pytestThis project is licensed under the MIT License.
- Issues: GitHub Issues
- Email: luoyido@outlook.com