cancel
Showing results for 
Search instead for 
Did you mean: 

Couldn't capture data a certain region in Decipher IDP

Sangjun
Level 5

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.

que1.jpg

As shown in the screenshot, a bounding box is drawn around the invoice number, but the data itself isn’t extracted.

que2.jpg

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.)

que3.jpg

I’d like to know if there’s a way to resolve this issue.

I made a DFD definition like below

que4.jpg

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!

0 REPLIES 0