ocr directly to cohere

This commit is contained in:
2025-05-25 22:14:06 -04:00
parent 9e5e2d42b2
commit e0c6eef76d
3 changed files with 9 additions and 20 deletions

View File

@@ -43,7 +43,6 @@ def search():
for row in rows:
print(row['bucket'])
print(row['key'])
print(row['content'])
if __name__ == '__main__':
search()