Giter Club home page Giter Club logo

ocrder's Introduction

OCRder

OCRder is a Python application that performs Optical Character Recognition (OCR) on a selected area of the screen and displays the extracted text in a graphical user interface (GUI). The extracted text can also be saved to a file.

Installation

  1. Clone this repository.
  2. Install the required Python libraries using pip:
pip install pytesseract pillow customtkinter keyboard
  1. Download and install Tesseract OCR from here. Make sure to add Tesseract to your system's PATH.

Usage

  1. Run the main.py file using Python.
  2. The OCRder GUI window will appear.
  3. Click the "Perform OCR" button or press the hotkey (Windows+Shift+X) to select an area of the screen to capture.
  4. The selected area will be processed using OCR, and the extracted text will be displayed in the GUI.
  5. Click the "Save" button to save the extracted text to a file. You will be prompted to choose a file location and enter a file name.

Customization

  • You can customize the appearance mode and color theme of the GUI by modifying the set_appearance_mode and set_default_color_theme functions.
  • The default appearance mode is "System" and the default color theme is "blue".
  • You can change the hotkey for selecting the area by modifying the keyboard.add_hotkey function.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Acknowledgements

  • Thanks to the pytesseract library for making OCR in Python easy!

Troubleshooting

If you encounter any issues while running OCRder, make sure you have all the dependencies installed correctly and that the Tesseract OCR path is set correctly.

If you have any questions or need further assistance, please feel free to open an issue on GitHub.

Happy OCRing!

ocrder's People

Contributors

pawix25 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.