Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 965 Bytes

File metadata and controls

40 lines (27 loc) · 965 Bytes

Document Scanner and PDF Merger

This project automatically recognizes documents on the screen, captures screenshots, saves them, and then merges them into a single PDF file. It also includes a graphical interface built with PyQt5.

Features

  • Automatic document recognition and capture
  • Save captured images
  • Merge images into a single PDF file
  • Clear the directory with captured images
  • Graphical interface with PyQt5

Requirements

Install the required packages using pip:

pip install -r requirements.txt

Usage

Run the main application:

python main.py

CLI Features

  • Configure automatic capture mode with custom intervals and keys
  • Manual capture mode
  • Real-time document processing and saving
  • Graphical interface for easy interaction

Future Improvements

  • Add OCR functionality to extract text from images
  • Enhance image processing algorithms for better accuracy
  • Add more customization options in the GUI