junhoyeo / BetterOCR

🔍 Better text detection by combining multiple OCR engines (EasyOCR, Tesseract, and Pororo) with 🧠 LLM.
MIT License
434 stars 24 forks source link

Can I use this repo without internet? #23

Open Minseong-COLI opened 7 months ago

Minseong-COLI commented 7 months ago

This repo use LLM model by calling API But, I wanna use it like a import a library, such as easyocr, pororo etc.. Can I use BetterOCR and LLM model like that?

junhoyeo commented 7 months ago

@Minseong-COLI Sorry for the late reply, I'll try to modify it to support LLMs from the open source community like llama.cpp soon. In the meantime, if you have any LLM models that you mainly install and use, please share them here.