Feature request - OCR #370
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I just got reminded of that, and thought that it would be a nice to have
and I know that it won't be added any time soon but whatever lmaoAnyway, OCR for alt-text yes
I am lazy and can't be arsed to write a wall of text yes
Mastodon seems to use client side Tesseract, but that apparently requires adding a 10MiB GZip-ed blob to your web app. Not sure I'm a fan of that.
Are there some API providers maybe?
all of the stuff i've found so far just seems scummy 🥴
Feel free to use/reference https://codeberg.org/calckey/calckey/commits/branch/main/search?q=ocr for our implementation. It uses Tesseract, but on the backend.
If you’re gonna run OCR on the backend, might also consider EasyOCR on especially beefy systems. It’s much better in my experience, except it doesn’t support vertical Chinese/Japanese text.
Sadly there’s no library, only a Python module.