This project is written in Rust for the RAILIFY @ BaselHack 2024
- Clone the repository:
git clone https://github.com/MangioneAndrea/hackaton_railify.git cd hackaton_railify
- Building the project:
cargo build
- Running the project:
cargo run -- --input <input_path> --page <page_number> --render-interval <interval>
--input
: Path to the input file (required).--page
: Page number to process (default: 0).--render-interval
: Interval for rerendering in seconds (default: 1.0).
cargo run -- --input ./assets/plans/ExamplePlan.pdf