Untitled

 avatar
unknown
plain_text
12 days 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
Leave a Comment