PS E:\python\OpenpyxlBlogPost-master\source\pms> pip install pytesseract
Requirement already satisfied: pytesseract in c:\users\admin\appdata\local\programs\python\python37-32\lib\site-packages (0.3.2)
Requirement already satisfied: Pillow in c:\users\admin\appdata\local\programs\python\python37-32\lib\site-packages (from pytesseract) (6.2.1)
PS E:\python\OpenpyxlBlogPost-master\source\pms> python pytesseract.py --image=C:\Users\Admin\Desktop\getCapchaImage.jpg
---Resolving
Traceback (most recent call last):
File "pytesseract.py", line 44, in <module>
captcha_text = solve_captcha(path)
File "pytesseract.py", line 34, in solve_captcha
text = pya.image_to_string(img)
AttributeError: module 'pytesseract' has no attribute 'image_to_string'
PS E:\python\OpenpyxlBlogPost-master\source\pms>