6 hours ago
Hello, everyone,
I’m currently working on automating the processing of invoice documents using Decipher IDP.
However, I’ve encountered an issue where data extraction fails for a specific field on the document.
As shown in the screenshot, a bounding box is drawn around the invoice number, but the data itself isn’t extracted.
Interestingly, if I manually click the Refresh Region button, the correct value is extracted with 100% accuracy.
(In other words, the field is correctly read only when someone intervenes to press the Refresh Region button.)
I’d like to know if there’s a way to resolve this issue.
I made a DFD definition like below
ID : FT_1_USER_FIELD
Format : Text
Flags : Assignable, Required, AutoCalculate
Format Expression : ^\d{3}-?\d{2}-?\d{5}$ <---- an expression for tax number
Dependent Items : FT_1_USER_FIELD
Formula : STRREPLACE(FT_1_USER_FIELD, " ", "") <---- Aims To get rid of empty space
If anyone has encountered and solved a similar problem, I’d greatly appreciate your advice. Thank you!