Does anyone have any tricks to recognize money amount in format when every 3 digits are divided by space like 12 345,67 ? Everything I tried finds only last block of 3 digits and decimal part.
Recognizing money amount in FlexiCapture
Was this article helpful?
0 out of 0 found this helpful
Comments
13 comments
Try using a standard characterstring element to capture amounts it is probably a more reliable approach.
Regards
Timur
Не работает так, я прикладывал скриншот в первом сообщении. Если сумма «1 250 564,00», то character string распознаёт только 564,00 как ни крути настройки элемента.
Could you please provide a sample image?
Regards
Tim
Check attachment to my first post.
If I use character string flexicapture recognizes only 922,50 from 9 922,50
369 519,32 is also recognized as 519,32
11.0.3.1770 Part# 1112/17
Heres an example of how you can try capturing such fields without using currency element.
Note that this is only a demo and you shouldnt attach to the static text i used.
regards
Tim
Thanks, your example is working. We have different chief accountants so copying your example won't help, but I've got the idea with
rects.RSA:amountSearchArea.Rect;
Please sign in to leave a comment.