This is a React application that allows you to convert your PDFs to text and view the output. You can also specify a city and country to get location-specific information.
To run this application on your local machine, follow these steps:
- Clone this repository.
- Install the required dependencies using
npm install
. - Run the application using
npm start
.
- Choose a PDF file to upload.
- Enter a city and country (optional).
- Click the "Submit" button.
- View the converted text in the right-hand pane. If the text is long, you may need to use the pagination controls to view all of it.
- React
- CSS
- JavaScript
You can find the Backend code for this project at the following link: https://github.com/sumitra19jha/PDF-Converter-Backend-GPT3.5
Make sure to follow the instructions in the frontend README.md file to set up and run the apis.
This project is licensed under the MIT License. See the LICENSE file for more information.