Closed stony007de closed 9 months ago
Hi the problem seems to be in the regex. (I've been able to parse it, by adding the decimal dumbol into the regex and currency sign)
(?P<Beschreibung>.+)\s+(?P<Menge>\d+)\s+(?P<Stueckpreis>\d+[,]\d+)\s+[€]\s*(?P<Steuer>\d+).\s+(?P<Stueckpreis2>\d+[,]\d+)\s.\s+(?P<Zwischensumme>\d+[,]\d+)
perfect! Thanks!
Hi there i'm in trouble with parse of Items in a invoice. All my other Items are working well, but the lookup for each Item Position at the Document hurts.
in the attachemend I added an Amazon invoice. --> 2024-01-25T062309.pdf Here i would like to find the Positions " Beschreibung, Menge, Stückpreis, USt. %, Stückpreis und Zwischensumme".
Mein Template dafür sieht wie folgt aus:
and the Output is:
can anyone say me whats my problem?