Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 431 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 431 Bytes

NLPdf

PDF Extractor using Natural Language Processing

Quickstart

  1. Download the repository
  2. Install the requirements:
pip3 install -r requirements.txt 
  1. Load the language model for Spacy:
python3 -m spacy download en
  1. Copy the PDF files to be cleaned into the directory "PDFs"
  2. Run the extraction tool:
python3 run.py 
  1. The output is written to the directory "output"