Skip to content

MangioneAndrea/hackaton_railify

Repository files navigation

Hackathon Railify

This project is written in Rust for the RAILIFY @ BaselHack 2024

Prerequisites

Getting Started

  1. Clone the repository:
    git clone https://github.com/MangioneAndrea/hackaton_railify.git
    cd hackaton_railify
  2. Building the project:
    cargo build
  3. Running the project:
    cargo run -- --input <input_path> --page <page_number> --render-interval <interval>

Parameter

  • --input: Path to the input file (required).
  • --page: Page number to process (default: 0).
  • --render-interval: Interval for rerendering in seconds (default: 1.0).

Example

cargo run -- --input ./assets/plans/ExamplePlan.pdf

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages