Hi All,
I am a newbie in using invoice2data python library, and really satisfied with this. it was very useful for me. But I find some limitations in multiline data in the invoice pdf such as the address field. Here I explain one of the problem, that I faced while using invoice2data to extract address data, that is if our desired data field is a multiline data and one more data fields lie on the horizontal position ( I mean left side or right side, for example, 'Invoice Address' and 'Trading Address' ), there is a chance to concatenate this data together while the extraction time.

I think if write the regular expression for capture 'invoice address' field, it will capture the 'Trading address' text too. I already checked the templates provided in this git repository. But I can't find any example for the capture address field from the invoice pdf.
Hi All,
I am a newbie in using invoice2data python library, and really satisfied with this. it was very useful for me. But I find some limitations in multiline data in the invoice pdf such as the address field. Here I explain one of the problem, that I faced while using invoice2data to extract address data, that is if our desired data field is a multiline data and one more data fields lie on the horizontal position ( I mean left side or right side, for example, 'Invoice Address' and 'Trading Address' ), there is a chance to concatenate this data together while the extraction time.
I think if write the regular expression for capture 'invoice address' field, it will capture the 'Trading address' text too. I already checked the templates provided in this git repository. But I can't find any example for the capture address field from the invoice pdf.