Untitled
unknown
plain_text
a month ago
188 B
4
Indexable
import pytesseract # Extract text from the image using Tesseract OCR extracted_text = pytesseract.image_to_string(image, lang="mar") # Display the extracted text extracted_text
Editor is loading...
Leave a Comment