Untitled

 avatar
unknown
plain_text
5 months ago
188 B
5
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