0% found this document useful (0 votes)
17 views1 page

Ahsbsdns

This document discusses the technologies, developer guidelines, and environment setup for a project. It lists Python 3.8, pytesseract for OCR, PyAutoGUI for cross-platform GUI automation, tkinter for the windowing toolkit, and Pyperclip for clipboard functions as the key technologies. It notes that developers should submit pull requests for review and that the project requires installing dependencies and meeting requirements, with tesseract needing to be installed on Windows.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Ahsbsdns

This document discusses the technologies, developer guidelines, and environment setup for a project. It lists Python 3.8, pytesseract for OCR, PyAutoGUI for cross-platform GUI automation, tkinter for the windowing toolkit, and Pyperclip for clipboard functions as the key technologies. It notes that developers should submit pull requests for review and that the project requires installing dependencies and meeting requirements, with tesseract needing to be installed on Windows.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

echnologies

 Python 3.8
 pytesseract 0.3
o Optical character recognition (OCR) tool
o Reads the text embedded in images
 PyAutoGUI 0.9
o Cross-platform GUI
 tkinter 8.6
o Windowing toolkit for use with tlc
 Pyperclip 1.8
o Cross-platform module for copy and paste clipboard functions

Developer Guide
To contribute to this project, create a pull request against the main branch. One of the
owners of the project will review the request and determine if it may be merged. See
the CONTRIBUTING.md file for further reading.

Environment Set Up
To run this project, install the dependencies and the requirements.

Dependencies

tesseract

If you are on a windows computer, you need to install the command line


program tesseract.
There are builds available here.

 Make sure this is installed to the default

You might also like