<?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>article What data does IRIS return? in Sinch AI</title>
    <link>https://community.sinch.com/t5/Sinch-AI/What-data-does-IRIS-return/ta-p/9610</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;The extracted data IRIS returns from images is organized according to the following different IRIS modules:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE width="689px"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-prop-change: 'Shahzad Ismail' 20220816T1150;"&gt;
&lt;TD width="242.711px"&gt;
&lt;P&gt;&lt;STRONG&gt;Document Image Classification (DIC):&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="445.289px"&gt;
&lt;P&gt;Returns the document type (“docType”) based on categories used to train the model; the level of confidence ("confidence") ranges between [0, 1.0], where higher confidence values (i.e., close to 1.0) mean the greater the chance of prediction being right.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1; mso-prop-change: 'Shahzad Ismail' 20220816T1150;"&gt;
&lt;TD width="242.711px"&gt;
&lt;P&gt;&lt;STRONG&gt;Optical Character Recognition (OCR)&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="445.289px"&gt;
&lt;P&gt;Returns a list of texts extracted from the image, where the list is organized by paragraphs, i.e., each item of the list contains the text corresponding to a paragraph. Additionally, the list order follows the top-down and right-left patterns.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 2; mso-yfti-lastrow: yes; mso-prop-change: 'Shahzad Ismail' 20220816T1150;"&gt;
&lt;TD width="242.711px"&gt;
&lt;P&gt;&lt;STRONG&gt;Document Field Classification (DFC)&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="445.289px"&gt;
&lt;P&gt;Returns a dictionary, where each &lt;EM&gt;key&lt;/EM&gt; is a field name (e.g., date, zip code, ...) and a &lt;EM&gt;value&lt;/EM&gt; is a list containing all field values that are matched with the pattern configured.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the data extracted by IRIS for different reasons. For example, you can display the extracted information to the end-user and ask to them to confirm it, you can use the information to update your database, and so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Important:&lt;/STRONG&gt; When an image is classified as &lt;STRONG&gt;fake&lt;/STRONG&gt;, IRIS interrupts its flow and returns a notice that the image is fake without executing the OCR and DFC features.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To learn more or to help you get started with IRIS, feel free to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sinch.com/contact-us/" target="_blank" rel="noopener nofollow noreferrer"&gt;contact Sinch&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or if you are an existing customer reach out to your Sinch Account Manger.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 30 Aug 2022 14:45:05 GMT</pubDate>
    <dc:creator>Frances_Santos</dc:creator>
    <dc:date>2022-08-30T14:45:05Z</dc:date>
    <item>
      <title>What data does IRIS return?</title>
      <link>https://community.sinch.com/t5/Sinch-AI/What-data-does-IRIS-return/ta-p/9610</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;The extracted data IRIS returns from images is organized according to the following different IRIS modules:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE width="689px"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-prop-change: 'Shahzad Ismail' 20220816T1150;"&gt;
&lt;TD width="242.711px"&gt;
&lt;P&gt;&lt;STRONG&gt;Document Image Classification (DIC):&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="445.289px"&gt;
&lt;P&gt;Returns the document type (“docType”) based on categories used to train the model; the level of confidence ("confidence") ranges between [0, 1.0], where higher confidence values (i.e., close to 1.0) mean the greater the chance of prediction being right.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1; mso-prop-change: 'Shahzad Ismail' 20220816T1150;"&gt;
&lt;TD width="242.711px"&gt;
&lt;P&gt;&lt;STRONG&gt;Optical Character Recognition (OCR)&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="445.289px"&gt;
&lt;P&gt;Returns a list of texts extracted from the image, where the list is organized by paragraphs, i.e., each item of the list contains the text corresponding to a paragraph. Additionally, the list order follows the top-down and right-left patterns.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 2; mso-yfti-lastrow: yes; mso-prop-change: 'Shahzad Ismail' 20220816T1150;"&gt;
&lt;TD width="242.711px"&gt;
&lt;P&gt;&lt;STRONG&gt;Document Field Classification (DFC)&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="445.289px"&gt;
&lt;P&gt;Returns a dictionary, where each &lt;EM&gt;key&lt;/EM&gt; is a field name (e.g., date, zip code, ...) and a &lt;EM&gt;value&lt;/EM&gt; is a list containing all field values that are matched with the pattern configured.&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the data extracted by IRIS for different reasons. For example, you can display the extracted information to the end-user and ask to them to confirm it, you can use the information to update your database, and so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Important:&lt;/STRONG&gt; When an image is classified as &lt;STRONG&gt;fake&lt;/STRONG&gt;, IRIS interrupts its flow and returns a notice that the image is fake without executing the OCR and DFC features.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To learn more or to help you get started with IRIS, feel free to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.sinch.com/contact-us/" target="_blank" rel="noopener nofollow noreferrer"&gt;contact Sinch&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or if you are an existing customer reach out to your Sinch Account Manger.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Aug 2022 14:45:05 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Sinch-AI/What-data-does-IRIS-return/ta-p/9610</guid>
      <dc:creator>Frances_Santos</dc:creator>
      <dc:date>2022-08-30T14:45:05Z</dc:date>
    </item>
  </channel>
</rss>

