Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 640 Bytes

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)