Skip to content

321BadgerCode/screen_capture_ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Screen Capture OCR

Get text from screen select!

πŸš€ Overview

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.

🎨 Features

  • 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.

πŸ“ˆ Usage

  1. Run terminal commands.
git clone https://github.com/321BadgerCode/screen_capture_ocr.git
cd ./screen_capture_ocr/
npm install
npm start
  1. Select the area of the screen you want to capture and the text will be copied to your clipboard.

πŸ“œ License

LICENSE