Parse Philippine Supreme Court decisions issued in PDF format as text; hopefully, this can be utilized in the LawSQL dataset.
See documentation.
Checkout code, create a new virtual environment:
poetry add corpus-unpdf # python -m pip install corpus-unpdf
poetry update # install dependencies
poetry shell
Run tests:
pytest