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.
- 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
Install the required packages using pip:
pip install -r requirements.txtRun the main application:
python main.py- Configure automatic capture mode with custom intervals and keys
- Manual capture mode
- Real-time document processing and saving
- Graphical interface for easy interaction
- Add OCR functionality to extract text from images
- Enhance image processing algorithms for better accuracy
- Add more customization options in the GUI