junhoyeo / BetterOCR

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

OpenAI Package Confliction #13

Closed RustCommitCheckerWEBHOOK closed 10 months ago

RustCommitCheckerWEBHOOK commented 10 months ago

Hello, whenever BetterOCR dependencies are installed in the OpenAI package, this is a problem because the package version is 1.0.0-re, while the newest lib is 0.28.0. This is an entirely different package, but it conflicts with my other OpenAI implementation deeper down my code. Installing a venv is not an option as my code is nested inside itself which needs the official openAI package.

BetterOCR OpenAI -V betterocr

Default OpenAI -V default

RustCommitCheckerWEBHOOK commented 10 months ago

Did not read the entire documentation and was unaware of OpenAI's prerelease 1.0.0-rc1. It just required a little bit of tweaking on my end.