https://github.com/civicdatalab/lglint
intepretation of legal documents
https://github.com/civicdatalab/lglint
hacktoberfest
Last synced: 12 months ago
JSON representation
intepretation of legal documents
- Host: GitHub
- URL: https://github.com/civicdatalab/lglint
- Owner: CivicDataLab
- License: mit
- Created: 2019-11-13T10:33:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T10:58:56.000Z (over 4 years ago)
- Last Synced: 2025-01-14T02:12:07.419Z (about 1 year ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 772 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# lglint
Interpretation of Legal documents
## Installation
### Poetry
```
pip install poetry
```
## Usage
Install package
```
poetry install
```
### Converting PDFs to text
Run the command below to understand the usage of the file
```
poetry run python scripts/pdf2txt.py --help
```
### Running pipeline
copy config.json.sample to config.json
update the variables in config.json
run
```
poetry run python main.py
```