React web application that allows detecting matches words from a PDF file and Excel spreadsheet by only uploading these 2 files instead of manually searching via CTRL + F.
This app is using PHP as the backend for files handling.
You can get the matches by including the targeted PDF that file contains the globale text you want to search over, and also an Excel file containing the keywords that is meant to be searched for in a condition that the first column contains those keywords target. Note: The search is case insensitive.
You can use this app locally by clonning this repository and run the following commands:
-
Install dependencies:
npm i
-
2 Run the app:
npm run dev