Hi,
So the issue here is that there is a due date that appears on the top of every page of the scanned invoice but some pages have it clear and some dont, so i have setup ocr to read that area in every page and extract date using regular expression.
When it is running, i can see that on some pages token is being extracted properly but when there is no match on next page that token gets replaced by empty string. In the end it always fails as that token is empty.
conditions dont work as well as token gets initialized everytime i think,
I have tried to initialize that token in document class and pre classification processing but nothing helps.
Is there a way to retain a value once assigned to a token in a document class?
Thanks
Junaid Inam