<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Couldn't capture data a certain region in Decipher IDP in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117283#M52425</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1798"&gt;@Sangjun&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have encountered issues similar to what you mentioned. Below are the steps I usually follow. In some cases, I have observed that Decipher can automatically pick up the fields after performing these steps. You can give it a try.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;•&lt;/SPAN&gt; &lt;SPAN&gt;Take a backup of the training data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;•&lt;/SPAN&gt; &lt;SPAN&gt;Delete the existing training data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;•&lt;/SPAN&gt; &lt;SPAN&gt;Train the document again. When starting the training process, please select only the “Assignable” flag and remove the formulas and miscellaneous parameters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Athiban&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2024 01:44:26 GMT</pubDate>
    <dc:creator>Athiban_Mahamathi</dc:creator>
    <dc:date>2024-12-03T01:44:26Z</dc:date>
    <item>
      <title>Couldn't capture data a certain region in Decipher IDP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117231#M52413</link>
      <description>&lt;P&gt;Hello, everyone,&lt;/P&gt;&lt;P&gt;I’m currently working on automating the processing of invoice documents using Decipher IDP.&lt;/P&gt;&lt;P&gt;However, I’ve encountered an issue where data extraction fails for a specific field on the document.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="que1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39958i464256D5A1678FB1/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="que1.jpg" alt="que1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As shown in the screenshot, a bounding box is drawn around the invoice number, but the data itself isn’t extracted.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="que2.jpg" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39959i953656E763E976D1/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="que2.jpg" alt="que2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Interestingly, if I manually click the &lt;STRONG&gt;Refresh Region&lt;/STRONG&gt; button, the correct value is extracted with 100% accuracy.&lt;BR /&gt;(In other words, the field is correctly read only when someone intervenes to press the &lt;STRONG&gt;Refresh Region&lt;/STRONG&gt; button.)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="que3.jpg" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39960iA63C97AB278A75C6/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="que3.jpg" alt="que3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I’d like to know if there’s a way to resolve this issue.&lt;/P&gt;&lt;P&gt;I made a DFD definition like below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="que4.jpg" style="width: 999px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39961i76FC78C4E6CDC830/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="que4.jpg" alt="que4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt; : FT_1_USER_FIELD&lt;BR /&gt;&lt;STRONG&gt;Format&lt;/STRONG&gt; : Text&lt;BR /&gt;&lt;STRONG&gt;Flags&lt;/STRONG&gt; : Assignable, Required, AutoCalculate&lt;BR /&gt;&lt;STRONG&gt;Format Expression&lt;/STRONG&gt; : ^\d{3}-?\d{2}-?\d{5}$&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;EM&gt; &amp;lt;---- an expression for tax number&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;Dependent Items&lt;/STRONG&gt; : FT_1_USER_FIELD&lt;BR /&gt;&lt;STRONG&gt;Formula&lt;/STRONG&gt; : STRREPLACE(FT_1_USER_FIELD, " ", "")&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;EM&gt;&amp;lt;---- Aims To get rid of empty space&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone has encountered and solved a similar problem, I’d greatly appreciate your advice. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 01:15:51 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117231#M52413</guid>
      <dc:creator>Sangjun</dc:creator>
      <dc:date>2024-12-02T01:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't capture data a certain region in Decipher IDP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117250#M52415</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1798"&gt;@Sangjun&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I would recommend removing the formula and deselecting the Auto-Calculate flag as there is potentially a more efficient way to remove the unwanted space.&lt;/P&gt;&lt;P&gt;You can use the &lt;A href="https://docs.blueprism.com/en-US/bundle/decipher-idp-2-3/page/user-guide/misc-parameters.htm" target="_self"&gt;misc parameter&lt;/A&gt; "RegexMode" and set it to "2", which uses a fuzzy matching method and can automatically remove unwanted spaces.&lt;/P&gt;&lt;P&gt;You can see in my example where I'm using the expression [A-Z]{2}[0-9]{5} that the space is causing an error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BenLyons1_0-1733127998955.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39973i48059849D030F18C/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="BenLyons1_0-1733127998955.png" alt="BenLyons1_0-1733127998955.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I then set the Regex Mode to 2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BenLyons1_1-1733128052998.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39974iF700E9202B4DA37B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="BenLyons1_1-1733128052998.png" alt="BenLyons1_1-1733128052998.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And retry the same document, this time the space is removed by Decipher.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BenLyons1_2-1733128115298.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39975i63C003599A67938A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="BenLyons1_2-1733128115298.png" alt="BenLyons1_2-1733128115298.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Ensure you test this with other documents as other characters can be replaced e.g. o can be changed to 0.&lt;/P&gt;&lt;P&gt;Also when using a formula like this, it's best to use the special variable SELF e.g.&amp;nbsp;&lt;SPAN&gt;STRREPLACE(SELF, " ", "").&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 08:30:27 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117250#M52415</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2024-12-02T08:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't capture data a certain region in Decipher IDP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117281#M52423</link>
      <description>&lt;P&gt;Dear Ben Lyons,&lt;/P&gt;&lt;P&gt;Even after applying the method you suggested, the issue has not been resolved.&lt;/P&gt;&lt;P&gt;When I create a new DFD specification and test it with only the StrictPosition=On option, the region with the rectangular border is formed, but the issue of not capturing the tax number inside remains the same.&lt;/P&gt;&lt;P&gt;The resolution of the PDF file seems fine, and I believe the data is of a vector type,&lt;/P&gt;&lt;P&gt;but I am unsure why this issue is occurring.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 01:02:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117281#M52423</guid>
      <dc:creator>Sangjun</dc:creator>
      <dc:date>2024-12-03T01:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't capture data a certain region in Decipher IDP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117282#M52424</link>
      <description>&lt;P&gt;Anyhow, I am using the method you suggested, Not using formula and Auto-Calculate flag, setting&amp;nbsp; 'RegexMode=2' into Misc-parameters in order to get rid of empty spaces.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 01:27:10 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117282#M52424</guid>
      <dc:creator>Sangjun</dc:creator>
      <dc:date>2024-12-03T01:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't capture data a certain region in Decipher IDP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117283#M52425</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1798"&gt;@Sangjun&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have encountered issues similar to what you mentioned. Below are the steps I usually follow. In some cases, I have observed that Decipher can automatically pick up the fields after performing these steps. You can give it a try.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;•&lt;/SPAN&gt; &lt;SPAN&gt;Take a backup of the training data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;•&lt;/SPAN&gt; &lt;SPAN&gt;Delete the existing training data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;•&lt;/SPAN&gt; &lt;SPAN&gt;Train the document again. When starting the training process, please select only the “Assignable” flag and remove the formulas and miscellaneous parameters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Athiban&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 01:44:26 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117283#M52425</guid>
      <dc:creator>Athiban_Mahamathi</dc:creator>
      <dc:date>2024-12-03T01:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't capture data a certain region in Decipher IDP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117291#M52428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1798"&gt;@Sangjun&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I agree that it might be useful to restart your training as a new DFD will use the same training data (unless the segregation option has been selected).&lt;/P&gt;&lt;P&gt;It can also sometimes be that the hyphen character "-" is not the same unicode character read by the pdf extraction or OCR engine. It could be worth trying this expression ^\d{3}.?\d{2}.?\d{5}$ .&lt;/P&gt;&lt;P&gt;Though the first step would certainly be to test it without any expression.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 08:23:36 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117291#M52428</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2024-12-03T08:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't capture data a certain region in Decipher IDP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117440#M52488</link>
      <description>&lt;P&gt;Here is the English translation:&lt;/P&gt;&lt;P&gt;I would like to first express my gratitude to Athiban_Mahamathi and Ben Lyons.&lt;/P&gt;&lt;P&gt;Following the advice from both of you, I cleared the DFD options and Training Data and tried again from scratch.&lt;/P&gt;&lt;P&gt;When the CLASSIFICATION model for document classification is not applied, everything proceeds as expected. However, when a mixed document classification model with three document types is applied, the issue of not being able to capture seems to persist.&lt;/P&gt;&lt;P&gt;I am using the latest version of IDP with Korean set as the language. I'm not sure if it's specifically related to Korean, but at this point, I have no choice but to continue working with the current state.&lt;/P&gt;&lt;P&gt;Once again, I would like to thank both of you for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 05:30:43 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117440#M52488</guid>
      <dc:creator>Sangjun</dc:creator>
      <dc:date>2024-12-09T05:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't capture data a certain region in Decipher IDP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117442#M52490</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1798"&gt;@Sangjun&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It may be worth looking at setting the language at Document Type level. You can set language and locale in both Document Type and Batch Type because this allows you to have a default language for all Document Types set in the Batch Type.&lt;/P&gt;&lt;P&gt;However, if you set a language and locale in the Document Type, it will supersede/override the one set in the Batch Type. This is to allow you to have multiple languages processed within the same Batch Type. This may be affected by the workflow when using a classification model.&lt;/P&gt;&lt;P&gt;If it's still not working as expected, please raise a support ticket so that we can investigate further.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 09:27:11 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117442#M52490</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2024-12-09T09:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't capture data a certain region in Decipher IDP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117470#M52502</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1798"&gt;@Sangjun&lt;/a&gt;&amp;nbsp;, glad to hear that you were able to resolve the issue. Regarding the language setup, I would advise you to try the workaround suggested by Ben.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 13:27:12 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Couldn-t-capture-data-a-certain-region-in-Decipher-IDP/m-p/117470#M52502</guid>
      <dc:creator>Athiban_Mahamathi</dc:creator>
      <dc:date>2024-12-10T13:27:12Z</dc:date>
    </item>
  </channel>
</rss>

