-
Setup your ChatGPT API Key:
- Open the command prompt in your project directory and enter the following command:
This command creates an environmental variable named OPENAI_API_KEY. Please contact me to obtain our API Key. (Note: Do not include the API Key in the code repository for security reasons.)
setx OPENAI_API_KEY "your-api-key-here"
- Open the command prompt in your project directory and enter the following command:
-
Install the required dependencies:
- Make sure to install the necessary dependencies by running the following command:
This command installs the required packages listed in the
pip install -r requirements.txt
requirements.txtfile. Ensure that you have the appropriate permissions and are in the correct virtual environment before running this command.
- Make sure to install the necessary dependencies by running the following command:
-
Install Tesseract OCR:
- Download and install Tesseract OCR from the official Tesseract GitHub page.
- Add the directory containing
tesseract.exeto your system's PATH for global usage.
-
Additional Notes:
- If you encounter issues related to Tesseract during the project, ensure that the Tesseract executable is accessible and correctly configured in your code.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|