curation & gather

This commit is contained in:
2026-02-19 16:37:12 -05:00
parent 6d3a2dd7d9
commit d147dccbb4
6 changed files with 126 additions and 1 deletions

View File

@@ -35,5 +35,5 @@ async def ocr_single_image(img_path):
print(f"OCR result saved to {out_path}")
if __name__ == "__main__":
img = r"C:\projects\forth\bootslop\references\X.com - Onat & Lottes Interaction 1.png"
img = r"C:\projects\forth\bootslop\references\X.com - Lottes note on dictionary.png"
asyncio.run(ocr_single_image(img))