Auto-Scroller (I use it for Manhwa but it can technically just be used for anything even a looooonnnggg transcript of a lecture)
Tesseract OCR is an open-source optical character recognition (OCR) engine. This guide will help you install Tesseract OCR on Windows and configure it for use with Python.
- Visit the official Tesseract OCR repository on GitHub:
- Download the latest Windows installer (
.exe
file) from the "UB Mannheim" builds section. - Save the file to your computer.
- Run the downloaded
.exe
file. - Follow the installation wizard:
- Choose an installation path (e.g.,
E:\Tesseract-OCR\
). - Select "Additional Language Data" if needed.
- Click "Install" and wait for the process to complete.
- Choose an installation path (e.g.,
- Ensure you have Python installed. You can check by running:
python --version
- Install the required Python libraries using
pip
andrequirements.txt
:pip install -r requirements.txt
Now, open the app
Honestly, I was just too annoyed to scroll manually. I mean, who hasn't been there? You're trying to read a manhwa (or manga), and your finger gets tired from scrolling. Yeah, it's a real problem.
So, I made this auto-scroller thingy. It's still early access (version 0.21, baby!), but it gets the job done.
This app can:
- Auto-scroll for you, so you don't have to lift a finger (literally)
- Use OCR (Optical Character Recognition) to detect text and adjust scrolling speed accordingly
- Let you select a screen region for OCR, so it doesn't accidentally read other words
- Start and stop auto-scrolling with a simple mouse click or key press
- Adjustable scrolling speed (because, let's face it, sometimes you need to slow down or speed up)
- Customizable OCR region (because, you know, not everyone wants to read the whole screen)
- It's still early access, so there might be some bugs (sorry 🥺)
- The app might not work perfectly with all screen resolutions or orientations (working on it, though!)
- Add more features (duh!)
- Improve performance and stability (yawn, but necessary)
- Make it look prettier (because, let's face it, looks matter)
- Change settings as needed and click 'Update Settings'
- Select the screen region for OCR (this is required).
- To start auto-scroll, press the middle mouse button.
- To stop auto-scroll, click any other mouse button or press any key.
- Enjoy the auto-scrolling goodness!
If you want to help make this app better, feel free to contribute! Just fork the repo, make some changes, and submit a pull request. Easy peasy.
This app is licensed under the MIT License. Because, why not?
Now, go forth and auto-scroll like a pro!