Expand description
§kassenbon
kassenbon is a receipt parser that converts receipt PDF file into a
structured format. Currently only REWE receipts are supported.
Modules§
Structs§
Enums§
- Output
Format - Serialization format when using serialize_one and serialize_many.
- Quantity
- Quantity of the a product.
Functions§
- serialize_
many - Serialize multiple receipts into JSON-formatter string.
- serialize_
one - Serialize single receipt into a JSON-formatted string.
- try_
parse_ file - Try to parse PDF file and convert it into a Receipt.
- try_
parse_ text - Try to parse receipt text and convert it into a Receipt.