evadb
evadb copied to clipboard
`Tesseract` Function
Search before asking
- [X] I have searched the EvaDB issues and found no similar feature requests.
Description
Extract text from a image. Relevant code: import pytesseract
parsed_text = pytesseract.image_to_string(Image.open(screenshot_path))
Use case
No response
Are you willing to submit a PR?
- [x] Yes I'd like to help by submitting a PR!