Install api-llm-ocr
mainTo install the project, clone the repository, set up a Python virtual environment, and install the required dependencies via pip.
git clone https://github.com/yigitkonur/api-llm-ocr.git
cd api-llm-ocr
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt