Manu
Manu
> @m3nu Should be fixed now, can you trigger the tests? Check running. Sorry for the delay.
One is a failed test comparison. Maybe a different extraction result. The other is a missing variable. Probably a typo. ``` > content_of_setting = content[start.end() : end.start()] E AttributeError: 'NoneType'...
Currently templates are single files and they are all read on init. For a large-scale use case there should be optimizations to this. E.g. caching them in binary format or...
That's a very specialized case, but the change may still be useful for other situations. Let me test for issues and then merge.
You can probably solve this by changing the regex group a little bit. Like: `invoice_number: BelegNummer:*(\d+\.\d+)` This will capture both parts plus the dot.
Commented on your PR.
Does this still happen even after #291 was merged?
I see. Is this intended, @sudeepjd, can you reproduce it? If yes, the last PR should be amended.
Right, sorry. @rmilecki, can you see the issue mentioned here?
With enough sample data, one could train a neural net to do it. If you are looking to do research in this area or can provide the training data, I'd...