Skip to content

cceh/eisp

Repository files navigation

EISP - Extract, Index and Search PDFs

EISP allows you to extract, index and search any PDF containing text.

You only have to specify in docker-compose.yml the folder that you would like to extract text from.

Relevant software libraries employed:

Requirements

Docker and Docker-Compose

Deploy

docker-compose up

Detached:

docker-compose up -d

Search

Access Kibana

Go to http://0.0.0.0:5601/eisp

In Kibana on the left pane, select 'Discover' and create an index pattern for the 'eisp' index. To search on the selected index, once again, on the left pane click on 'Discover'.