This program was only tested on Hyprland, installed on an Arch Linux system. It should work on other wayland compositors, but no guarantees.
- Clone this repository and
cdinto the cloned directory.
git clone https://github.com/Atr-eus/Fumiko.git
cd Fumiko- Start up a local server to display the OCR output in your browser.
python3 -m http.server 8765 --directory .- Install required dependencies and run the
start.pyscript.
python start.pyYou probably want to make a keybind for this.
- Browse to
http://localhost:8765/to view the OCR output from your taken screenshot. Lastly, it is advised to install Yomichan or another pop-up dictionary of your choice to look up words in your browser without having to copy paste the text.
I'll try to package this using pip.