Hi, could you please offer a deeper look into installation and usage of your software. Installaion of ollama is not necessary, but anyway configuration file example and a "how to use" your image...py program.
python3 image_to_text_using_ollama.py --help
Traceback (most recent call last):
File "/opt/aitotext/local-llm-ocr-ollama/image_to_text_using_ollama.py", line 3, in
import ollama
ModuleNotFoundError: No module named 'ollama'
I do not see any requirements.txt nor requests.txt.
Thanks.
Hi, could you please offer a deeper look into installation and usage of your software. Installaion of ollama is not necessary, but anyway configuration file example and a "how to use" your image...py program.
python3 image_to_text_using_ollama.py --help
Traceback (most recent call last):
File "/opt/aitotext/local-llm-ocr-ollama/image_to_text_using_ollama.py", line 3, in
import ollama
ModuleNotFoundError: No module named 'ollama'
I do not see any requirements.txt nor requests.txt.
Thanks.