Pijama2json is a Python data scraper that specializes in extracting information from PDFs known as "pijamas" within the community. These PDFs contain details about the disciplines offered in different courses at UFCG. The tool converts this extracted data into a convenient JSON format for streamlined accessibility and utilization.
Contributions to this project are welcome. If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.
To run this application on your local machine, you will need to have Python and Pip installed.
After installing Python, you can follow these steps to install the application:
python -m venv venv
venv\Scripts\activate.ps1
source venv/bin/activate
pip install -r requirements.txt
python app.py
.