Batch mode (google collab)

#47
by metavolanski - opened

Hello dear @fffiloni
Great work! I try many same img2txt ai tools, but your its most right for me. Single mode work well, but in batch mode for Google Collab running with error. I copy space in google collab and create folder "/content/my_images"
How we can fix this or project not support now?
Error:
NameError Traceback (most recent call last)
in <cell line: 27>()
25 return name
26
---> 27 ci.config.quiet = True
28
29 files = [f for f in os.listdir(folder_path) if f.endswith('.jpg') or f.endswith('.png')] if os.path.exists(folder_path) else []

NameError: name 'ci' is not defined

Sign up or log in to comment