Mathpix Alternative for generate math equation in latex form with Pix2Text and GUI using PyQt5
Convert images to text using Pix2Text OCR and PyQt5 GUI with screen snap feature (Now tested in Linux).X11 display manager supported.
This project aims to provide a user-friendly GUI for Optical Character Recognition (OCR) using the Pix2Text package. The GUI is built using PyQt5 and includes a screen capture feature to extract text from images.Thanks to Breezedeus.
- Pix2Text OCR integration
- PyQt5 GUI with intuitive interface
- Screen capture capability
- Linux compatibility
- maim package integration (GNU compatibility)
- Copy button the output as a text
- Latex Generate compatibility.
-
REQUIREMENTS:
- Python 3.11
- Install the required dependencies:
pip install pix2text PyQt5
- Maim Installation-(differ on linux package manager) for apt-get:
sudo apt install maim
-
Clone the repository:
git clone https://github.com/
- Installation of Requirements.txt:
pip install -r requirements.txt
-
Run the GUI application:
python linux-main.py
-
Use the "Capture and Generate" button to take a screenshot of the desired area.
-
Click the "Copy Output" button for copying the output text/math-latex.
This repository is licensed under the MIT License. See the LICENSE
file for more information.
This repository is only run in the linux distribution.You can contribute to this repository by following CONTRIBUTING.md.