A brief description of what this project does and who it's for.
This project uses a conda environment for managing dependencies. To set up the environment and install the project, follow these steps:
- Clone the repository:
git clone https://github.com/berianjames/dansk-laeremateriale.git
- Navigate to the project directory:
cd dansk-laeremateriale
- Create a new conda environment:
conda create --name laeremateriale python=3.10
- Activate the conda environment:
conda activate laeremateriale
- Install the project in editable mode:
pip install -e .
To run the project, ensure that the source PDF is in the assets
directory. Then, execute:
```
python run.py
```
This will generate an output.txt
file in the project directory.