Skip to content

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:

Requirements

Make sure you have installed all the requirements. You can do this by running:

pip install -r requirements.txt

Rename .env.example to .env

Preparation of PDF Files

Place the PDF files you want to extract into /data/pdf in the project's working directory.

Execution

Run the application using the following command:

python app/main.py

This 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.

Clone this wiki locally