Brown Sloth

Results 18 comments of Brown Sloth

We faced a similar issue at work. So we did a first level OCR with standard/basic library that supports multiple languages and used a voting mechanism with multiple methods like:...

Could you post image dimensions? What portion of the image is the actual text?

This is interesting. One possibility is theres some encoding issue or overwritten header in the image file while being saved on phone. Opening in MSPaint fixes that. But if thats...

Cause is memory pinning is being done based on the detected accelerators and doesnt obey the gpu flag. I have the apparent fix in my fork: https://github.com/brownsloth/EasyOCR . But I...

Why not have a pool of clients of most used languages ready from start, one client per language and then maybe use the `readtext_batched` to process one language requirements all...

I have experimented with this in Google Colab with a T4 GPU and here are my results. Here are the GPU VRAM stats. ``` Before loading EasyOCR: Used: 265.00 MB...

I don't have access to either, so I used ChatGpt to generate potential reasons, do what you will with this info :) ============================================================= RTX 4090 vs RTX 5880 Ada 1....