Skip to content

shashwatanand1801/Pdf-Search-Engine

Repository files navigation

Pdf-Search-Engine

A search engine build from scratch

HOW TO INSTALL

TO SEARCH FOR A GIVEN QUERY :

  1. Write the query into the query.txt file
  2. Run the query.py file (no arguments)

Making the data text file (Named as final-final.txt)

Making txt file from pdfs

Option 1
  1. Either use any online pdf to text convertor.
Option 2
  1. Use the program "pdfReader.py".
  2. Change the file name to the pdf you want to change in the program code.

In case you want to build the Inverted Table Index again, (takes long time).

TO BUILD THE INVERTED TABLE INDEX :
  1. Run the try.py file (no arguments)

About

A search engine build from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages