-
Notifications
You must be signed in to change notification settings - Fork 0
Local Execution with Python
rmotta.net:~# edited this page Apr 2, 2024
·
1 revision
If you wish to run UnchainedText locally using the source code, follow these steps:
Make sure you have installed all the requirements. You can do this by running:
pip install -r requirements.txtRename .env.example to .env
Place the PDF files you want to extract into /data/pdf in the project's working directory.
Run the application using the following command:
python app/main.pyThis will initiate the text extraction process from the provided PDF files in the /data/pdf folder.
These instructions provide clear and concise guidance for users to run UnchainedText locally using the source code. Let me know if you need further assistance or additional sections for the Wiki.