This repository contains a web application built with ReactJS and .NET. It allows users to upload PDF files, processes the uploaded file by calling a Python service, and returns structured data to be displayed on the client page.
- Upload a single PDF file through the user interface.
- Backend API (built with .NET) sends the PDF file path to the Python service.
- Displays structured data (text and tables) extracted and processed by the Python service.
- Frontend: ReactJS
- Backend: .NET (C#)
- Link to python repository: https://github.com/LupoSun/AECHachathon_MOD_ParseThat
- Node.js and npm
- .NET SDK
- Clone the Repository:
git clone <repository-url> cd web-application
- Configure the API endpoint: Configure AiApiUrls for the Python service in the backend settings file (appsettings.json).