mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
image-based PDFs #261
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @20246688 on GitHub (Apr 14, 2025).
Does Ollama-Python support recognizing text from image-based PDFs, like scanned documents? If so, is there an example of how to do that?
@karanravindra commented on GitHub (Apr 14, 2025):
You turn the pdf into an image
to be honest, not sure what the best package is to do so but if you don't have many pdfs, there are many online tools to do the conversions
@20246688 commented on GitHub (Apr 14, 2025):
thanks