-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi there,
The below instructions are in linux/mac whereas your python code is in window
$ pip install numpy
$ pip install PIL
$ pip install opencv-python
$ pip install pytesseract
$ pip install gTTS
----------python code --------------
import cv2
import numpy as np
import pytesseract
from PIL import Image
from gtts import gTTS
import os
pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'
Path of working folder on Disk
src_path = './'
Metadata
Metadata
Assignees
Labels
No labels