Skip to content

setlog/iata-hackathon-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAWB to IATA One Record Converter

This Golang project parses unstructured HAWB documents in PDF format and converts extracted data into the IATA One Record API using Vertex AI as an LLM.

Prerequisites

  1. Golang: Ensure that Go is installed on your system.
  2. Google Cloud Account: The project uses Google Cloud services such as Vertex AI and Cloud Storage.
  3. .env File: Create a .env file with the required configuration values.

Configuration

Create a .env file in the root directory of the project with the following content:

GOOGLE_APPLICATION_CREDENTIALS=<Path to credentials to get an access to the Google Cloud>
GCLOUD_PROJECT_ID=<ID of Google Cloud Project>
GCLOUD_LOCATION=<Location of Google Cloud Project>
GCLOUD_BUCKETNAME=<Path to the Google Cloud bucket>
AI_MODEL=<AI model for the document parsing, e.g. gemini-2.0-flash-exp>

Installation

  1. Clone this repository:
git clone https://github.com/setlog/iata-hackathon-2025.git
cd iata-hackathon-2025
  1. Install dependencies:
go mod tidy

Running the Application

Start the service using the following command:

go run -o iata-hackathon-2025 .

API Endpoints

The application provides the following REST API endpoints:

1. PDF Analysis

  • GET /hwbreportanalysis/all
    • Description: Parses all PDF documents (HAWBs) stored in the Google Cloud Storage bucket GCLOUD_BUCKETNAME and returns the output in JSON format.
  • GET /hwbreportanalysis?fileName=<fileName>
    • Description: Parses the specified PDF document from the bucket GCLOUD_BUCKETNAME and returns the output in JSON format.

2. Convert JSON to IATA One Record API

  • GET /json2iata/all
    • Description: Converts all generated JSON data into IATA format and uploads it to the One Record Server via API.
  • POST /json2iata
    • Description: Converts a single HAWB JSON into IATA format and uploads it to the One Record Server via API.
    • Request Body: JSON containing the data to be converted.

Contact

For any questions or issues, please contact the project maintainer or create an Issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •