Skip to content

mod-construction/AECHachathon_MOD_ParseThat_UI

 
 

Repository files navigation

smart-parser-ui

Web Application: PDF Uploader and Structured Data Viewer

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.

Features

  • 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.

Technologies Used

  • Frontend: ReactJS
  • Backend: .NET (C#)

Installation

Prerequisites

Steps

  1. Clone the Repository:
    git clone <repository-url>  
    cd web-application  
    
  2. Configure the API endpoint: Configure AiApiUrls for the Python service in the backend settings file (appsettings.json).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 72.5%
  • C# 13.5%
  • CSS 7.2%
  • HTML 6.8%