Get text from screen select!
The Screen Capture OCR is a modern, visually appealing web application that allows users to screenshot any part of their screen and extract text from it using Optical Character Recognition (OCR). This Electron project is built with HTML, CSS, and JavaScript, utilizing the Tesseract.js library for OCR functionality.
- Simple: User-friendly interface for easy navigation.
- Responsive: Works seamlessly on various screen sizes.
- Fast: Quick text extraction from screenshots.
- Cross-Platform: Built with Electron, it runs on Windows, macOS, and Linux.
- Lightweight: Minimal dependencies for a smooth experience.
- Offline: No internet connection required for OCR processing.
- Run terminal commands.
git clone https://github.com/321BadgerCode/screen_capture_ocr.git
cd ./screen_capture_ocr/
npm install
npm start- Select the area of the screen you want to capture and the text will be copied to your clipboard.