OCR Reader
Extract text from images and PDF documents.
When to use
- "read this receipt", "what does this invoice say", "extract text from this scan"
Scripts
scripts/extract.py— OCR a file. Args:file_path,image_description(optional fallback text).
Procedure
- Run
scripts/extract.pywithfile_path. - Return the extracted text to the user.