Untitled
Anonymous
plain_text
01/29/2025 11:45 AM
252 B
39
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