Skip to content

Mixing Windows and Linux instructions #1

@UncleBob2

Description

@UncleBob2

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions