Ask a question to get started
Enter to sendā¢Shift+Enter new line
TesseractBlobParser( self, *, langs: Iterable[str] = ('eng',), )
BaseImageBlobParser
Lazily parse a blob and yields Documents containing the parsed content.
langs
list[str]
('eng',)
The languages to use for OCR.
Parse for extracting text from images using the Tesseract OCR library.