-
-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCR not recognized on linux #1002
Comments
I thought the I had it working but the issue remains. OCR feature is not available. |
Taking screenshots for OCR is only implemented for Windows. Code for reference to add: |
Both platforms appear to return I ran the example from octalmage/robotjs#13 (comment) on my linux machine and it seems to work fine. |
I said "for reference to add" because I use my own library |
@RileyMShea Does it works on Linux now? |
hi, I have had a look at your electron overlay window library to see whether I could write the missing code, but I can't make sense of your codebase. |
App version: Awakened-PoE-Trade-3.21.10001.AppImage
OCR files: https://github.com/SnosMe/awakened-poe-trade/releases/download/v3.20.10007/cv-ocr.zip
I've followed the instructions on the OCR page and extracted the files to the config folder that Awakened opened from the taskbar:
.config/awakened-poe-trade/apt-data ❯ tree -aL 2 . ├── config.json ├── cv-ocr │ ├── eng.traineddata │ ├── heist-lock.bmp │ ├── opencv.js │ ├── opencv_js.wasm │ ├── rus.traineddata │ ├── tesseract-core-simd.js │ └── tesseract-core-simd.wasm └── logs.txt 1 directory, 9 files
What happens
I get no OCR option in the GUI when awakened is relaunched.
What I expect to happen
I expect a magnifying glass next to the cogwheel as shown in the OCR instructions.
The text was updated successfully, but these errors were encountered: