Skip to content

Commit

Permalink
chore: updated windows tesseract lang choices
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiErikNiermann committed Sep 10, 2023
1 parent 3ca7fcb commit ba9c986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get install gcc-mingw-w64-x86-64 -y
# download tesseract-ocr and add to gtkapp
RUN apt install python3-pip -y \
&& pip3 install gdown --break-system-packages \
&& gdown --fuzzy https://drive.google.com/file/d/1ipXvr6M9fYcGde7263WQ10aZpbhssvmC/view?usp=drive_link \
&& gdown --fuzzy https://drive.google.com/file/d/19mg5xJAzKIkWQPns8x8h-eo-NgB7kBpM/view?usp=sharing \
&& unzip tesseract-ocr.zip -d .

RUN chmod +x build.sh
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

This is basically just a desktop implementation of googles version of live translation. To my knowledge the three main options for translating on screen content are

- Screenshot
- Uploading a screenshot
- Google Translate app live translate
- Copy pasting text

Expand All @@ -22,8 +22,8 @@ This project aims to add a 4th option where you can specify a region of text on

## Features

- [ ] Basic image translation for common languages
- [ ] Windows
- [x] Basic image translation for common languages
- [x] Windows
- [ ] Linux
- [ ] Live text translation
- [ ] Windows
Expand Down

0 comments on commit ba9c986

Please sign in to comment.