Untitled
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
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