A Next.js application that processes cinema ticket PDFs. Currently supports MARKUS Cinema System (Forum Cinemas) as input and Calendar events as output.
Install dependencies and start the development server:
bun install
bun devIt is now available at http://localhost:3000.
For testing during development, you can use sample tickets by adding the id parameter:
http://localhost:3000/ticket?id=example
This will load a local PDF from /sample/example.pdf.