Hello everyone, I'm building a file converter and I want to add a native OCR to my app but there's a major problem, pytesseract need tesseract to work so that's not optimal for my user case, and there's easyocr but it depends on torch so basically if I want to build the app, it's incredibly heavy, and since I'm not using a desktop PC with a dedicated graphics card, my CPU is easily overloaded. If anyone has any alternatives, I'll be glad to know about them. Thanks