Skip to content

mmentese21/nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

This project is for converging .pdf files into images and then extracting the text on the images with OCR technologies. After that the program gives the text into a NER algorithm using spacy. The entities are then extracted into a .csv file.

This project is designed for the English Language.

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/mmentese21/nlp.git
  2. Install the required libraries.

    pip install -r requirements.txt
  3. Install the English language suite.

    python3 -m spacy download en
  4. Install the tesseract-ocr.

    apt-get -y install tesseract-ocr
  5. Install the pdf2image package here: https://pdf2image.readthedocs.io/en/latest/installation.html

Docker Image

https://hub.docker.com/r/mmentese21/ocrnlp

```sh

docker run -p 8501:8501 [iD]


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors