Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Invoice Converter

Rust-basierte Windows-App zur Konvertierung von Pink Travel AG Rechnungen in vereinfachte TUI-Style PDFs.

## Features
- Drag & Drop PDF Import
- Automatische Datenextraktion aus Pink Travel PDFs
- Export als PDF, Excel, CSV
- Mehrsprachig (DE/EN/FR)
- Logo-Integration
- Verschiedene Templates

## Build
\\\ash
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build code block delimiter \\\�ash appears to include an unintended backspace escape (\b) and won’t render as a Markdown fenced code block; consider using standard triple-backticks (both opening and closing) so the build command displays correctly.

🤖 Was this useful? React with 👍 or 👎

cargo build --release
\\\