Skip to content

Finds all occurrences of entered word in the given PDF using Fast Fourier Transform and KMP algorithm.

License

Notifications You must be signed in to change notification settings

dkodar20/Quick-Find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Find

ToDo:

  • [:heavy_check_mark:] A better name for the project
  • [:heavy_check_mark:] Implement FFT String Matching in C++
  • [:heavy_check_mark:] Implement KMP String Matching in C++
  • [:heavy_check_mark:] Make functions (fft and kmp) that return a vector of starting positions of string t(pattern) in string s(text)
  • Using PyGame create Input module, Highlighter module
  • Create PDF Parser in Python

About

Finds all occurrences of entered word in the given PDF using Fast Fourier Transform and KMP algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published