<?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: May Developer Challenge - SAP AI Services in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13709566#M2028149</link>
    <description>&lt;P&gt;I got the same: if some ingredient was mentioned earlier in the text, then it would be bound-boxed there, but still matched with the line item listing the same ingredient's quantity.&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 16:05:07 GMT</pubDate>
    <dc:creator>Vitaliy-R</dc:creator>
    <dc:date>2024-05-22T16:05:07Z</dc:date>
    <item>
      <title>May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13688151#M2027861</link>
      <description>&lt;P&gt;&lt;FONT color="#FF0000"&gt;!!! THIS CHALLENGE IS CLOSED !!!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/t5/application-development-discussions/may-developer-challenge-sap-ai-services-week-2/td-p/13694818" target="_self"&gt;&lt;SPAN&gt;CHECK OUT WEEK 2 OF THIS CHALLENGE&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/t5/application-development-discussions/may-developer-challenge-sap-ai-services-week-3/td-p/13701838" target="_self"&gt;&lt;SPAN&gt;CHECK OUT WEEK 3 OF THIS CHALLENGE&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/t5/application-development-discussions/may-developer-challenge-ai-services-week-4/td-p/13709055" target="_self"&gt;&lt;SPAN&gt;CHECK OUT WEEK 4 OF THIS CHALLENGE&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/t5/application-development-discussions/may-developer-challenge-ai-services-week-5/m-p/13715701#M2028278" target="_self"&gt;&lt;SPAN&gt;CHECK OUT WEEK 5 OF THIS CHALLENGE&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Welcome to week 1 of the May Developer Challenge on AI at SAP! The topic of this month’s challenge are the SAP AI Services; Document Information Extraction and Data Attribute Recommendation. To participate in the challenge you just have to post a screenshot of your solution as a reply in this discussion of the corresponding week.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SAP AI Services help you implement custom use cases by providing powerful algorithms specifically tailored to business problems.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Document Information Extraction:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;The Document Information Extraction service is available in two editions, the original Base Edition and the new genAI-based Premium Edition. The genAI-based Premium edition is using a large language model via generative AI hub on SAP AI Core to extract information from all kinds of documents. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;With Document Information Extraction you can extract information from the file types PDF or single page JPEG, PNG and TIFF. &amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Supported document types are: &lt;EM&gt;invoice, paymentAdvice, purchaseOrder, businessCard, deliveryNote, resume &lt;/EM&gt;and&lt;EM&gt; birthCertificate&lt;/EM&gt;. You can also create your own schema to process other document types.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;You can also extract OCR results directly to process the raw text from you document files as well as use the classification capabilities to classify your documents into the three classes: invoice, purchase order and payment advice.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;You can also enrich your extracted data with your metadata. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;You can access the Document Information Extraction service via the UI, via swagger/client calls and the &lt;A href="https://pypi.org/project/sap-business-document-processing/" target="_blank" rel="noopener"&gt;Python SDK&lt;/A&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Data Attribute Recommendation:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;With Data Attribute Recommendation you can train your own model to classify data records, you can also tackle more complex classification problems such as hierarchical classification of products and predict missing data records&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Data Attribute Recommendation can be used via swagger/client calls as well as the AI API Python SDK and SAP AI Launchpad&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;If you want to access Data Attribute Recommendations via Postman you can download this &lt;A href="https://help.sap.com/doc/f2b654fd872f41d4b0ab0ac6dbb30e7b/SHIP/en-US/AI_API.zip" target="_blank" rel="noopener"&gt;Postman Collection&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H1&gt;&lt;SPAN&gt;Weekly Challenges&lt;/SPAN&gt;&lt;/H1&gt;&lt;H2&gt;&lt;SPAN&gt;Week 1 Challenge – DOX UI&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;This week you will use the UI of the Document Information Extraction service to extract information from your favorite recipe. The UI is great to try out your use case and get a feeling of the capabilities of the service. For productive use cases you would call the APIs or implement a workflow using the &lt;A href="https://pypi.org/project/sap-business-document-processing/" target="_blank" rel="noopener"&gt;Python SDK&lt;/A&gt;. Productively, you could then for example implement a workflow that processes documents right out of your mailbox, saves the extracted information in the system and structure you need as well as triggers other necessary workflows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For this week’s challenge, use the UI to extract the header fields “recipe name”, “portions” and the line items “quantity” and “ingredient” from your chosen recipe. Therefore, you need to create a custom schema. Make sure the recipe is in one of the &lt;A href="https://help.sap.com/docs/document-information-extraction/document-information-extraction/generative-ai-extraction-custom-and-standard-documents?q=language" target="_blank" rel="noopener"&gt;supported languages&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When creating a custom Schema chose the Setup Type &lt;EM&gt;auto&lt;/EM&gt; to use the llm/genAI-based Premium Edition. In the description field provide information for the large language model to understand what you are referring to e.g. “the name of the recipe”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="noravonthenen_0-1714546116599.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/104309iA1DFC62B24D78A89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="noravonthenen_0-1714546116599.png" alt="noravonthenen_0-1714546116599.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Get a free trial account and run DOX booster: &lt;A href="https://developers.sap.com/tutorials/cp-aibus-dox-booster-key.html" target="_blank" rel="noopener"&gt;https://developers.sap.com/tutorials/cp-aibus-dox-booster-key.html&lt;/A&gt; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Get the Document Information Extraction UI: &lt;A href="https://developers.sap.com/tutorials/cp-aibus-dox-ui-sub.html" target="_blank" rel="noopener"&gt;https://developers.sap.com/tutorials/cp-aibus-dox-ui-sub.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Create a custom schema: &lt;A href="https://developers.sap.com/tutorials/cp-aibus-dox-ui-gen-ai.html" target="_blank" rel="noopener"&gt;https://developers.sap.com/tutorials/cp-aibus-dox-ui-gen-ai.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;OPTIONAL: Create a template and add your document to the template (improves performance for future recipes)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Upload your favorite recipe to extract the name, portions, quantity and ingredients. Make sure your recipe pdf is only 1 or 2 pages long, otherwise you will quickly reach the limit (50 pages) of the trial plan. And try not to use the entire 50 page quota because we will need it next week as well!&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Submission: share a screenshot of the extraction results and the document and write a comment to share your experience using the UI in the discussion below.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Example Screenshot:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="noravonthenen_1-1714546116619.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/104310i5C89B05D305D4E14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="noravonthenen_1-1714546116619.png" alt="noravonthenen_1-1714546116619.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;H2&gt;&lt;SPAN&gt;Additional information:&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN&gt;Processing a ©Pokémon Card in 90 seconds with Document Information Extraction powered by generative AI: &lt;A href="https://community.sap.com/t5/technology-blogs-by-sap/processing-a-pok%C3%A9mon-card-in-90-seconds-with-document-information/ba-p/13571759" target="_blank" rel="noopener"&gt;https://community.sap.com/t5/technology-blogs-by-sap/processing-a-pok%C3%A9mon-card-in-90-seconds-with-document-information/ba-p/13571759&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Be aware of limits that apply in free tier and trial accounts:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; &lt;A href="https://help.sap.com/docs/document-information-extraction/document-information-extraction/free-tier-option-and-trial-account-technical-constraints" target="_blank" rel="noopener"&gt;https://help.sap.com/docs/document-information-extraction/document-information-extraction/free-tier-option-and-trial-account-technical-constraints&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to improve your results: &lt;A href="https://help.sap.com/docs/document-information-extraction/document-information-extraction/best-practices-298a9a0936d5436494c644ec51bbdcea" target="_blank" rel="noopener"&gt;https://help.sap.com/docs/document-information-extraction/document-information-extraction/best-practices-298a9a0936d5436494c644ec51bbdcea&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In &lt;A href="https://youtu.be/w66uwSWGvH0" target="_blank" rel="noopener"&gt;this “2-min of” video&lt;/A&gt; I am describing the technical aspects of the BASE service (without use of LLM) behind the scenes. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 11:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13688151#M2027861</guid>
      <dc:creator>noravonthenen</dc:creator>
      <dc:date>2024-06-24T11:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13688446#M2027872</link>
      <description>&lt;P&gt;Some positive results:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="geek_0-1714578966010.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/104427i88A4326DCA9D354A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="geek_0-1714578966010.png" alt="geek_0-1714578966010.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Some less so:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="geek_1-1714579036201.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/104428i669170088651E1FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="geek_1-1714579036201.png" alt="geek_1-1714579036201.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 15:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13688446#M2027872</guid>
      <dc:creator>geek61</dc:creator>
      <dc:date>2024-05-01T15:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13688479#M2027873</link>
      <description>&lt;P&gt;Here my result&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PieterB_0-1714581860857.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/104442i47A06A83A6F5E318/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PieterB_0-1714581860857.png" alt="PieterB_0-1714581860857.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Not yet a 100% correct result, but looking forward to the next challenges to learn more about the AI services&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 16:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13688479#M2027873</guid>
      <dc:creator>PieterB</dc:creator>
      <dc:date>2024-05-01T16:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13689019#M2027878</link>
      <description>&lt;P&gt;Read restaurant name and address from image&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="satyadev_0-1714632948515.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/104732iC2CE4589EE623999/image-size/medium?v=v2&amp;amp;px=400" role="button" title="satyadev_0-1714632948515.png" alt="satyadev_0-1714632948515.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 06:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13689019#M2027878</guid>
      <dc:creator>satya-dev</dc:creator>
      <dc:date>2024-05-02T06:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13689785#M2027882</link>
      <description>&lt;P&gt;Here is my result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="recipe.jpg" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/105089iE3D1CB18A3E48383/image-size/medium?v=v2&amp;amp;px=400" role="button" title="recipe.jpg" alt="recipe.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Interestingly some of the ingredients were highlighted in the instructional text and not in the list, however they were all correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 15:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13689785#M2027882</guid>
      <dc:creator>M-K</dc:creator>
      <dc:date>2024-05-02T15:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13689854#M2027883</link>
      <description>&lt;P&gt;My submission.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alpesa1990_0-1714666469893.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/105119i3EA34A7C85ED8AC8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alpesa1990_0-1714666469893.png" alt="Alpesa1990_0-1714666469893.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In my case (Spanish language), the IA doesn´t could separate the quantity and the ingredients... But it´s so close...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 16:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13689854#M2027883</guid>
      <dc:creator>Alpesa1990</dc:creator>
      <dc:date>2024-05-02T16:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13690024#M2027887</link>
      <description>&lt;P&gt;My recipe. All good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="genai-dev-challenge.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/105178i26A9D99CDBCA23E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="genai-dev-challenge.png" alt="genai-dev-challenge.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 20:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13690024#M2027887</guid>
      <dc:creator>IanStubbings</dc:creator>
      <dc:date>2024-05-02T20:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13690623#M2027893</link>
      <description>&lt;P&gt;Interesting to see how it extracts data with the minimum of information:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jasperdebie_0-1714729782802.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/105463iF69774A1B8AD0A66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jasperdebie_0-1714729782802.png" alt="jasperdebie_0-1714729782802.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Some small mistakes like the quantity not separately placed in the quantity field but merged in the ingredients field, even after changing the type of Quantity. Highlights almost fully correct.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 09:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13690623#M2027893</guid>
      <dc:creator>jasperdebie</dc:creator>
      <dc:date>2024-05-03T09:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691015#M2027898</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7343"&gt;@noravonthenen&lt;/a&gt;!&lt;BR /&gt;&lt;BR /&gt;Thanks for this wonderful content!&lt;BR /&gt;&lt;BR /&gt;I am mesmerised by this tool and the results of it!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruthiel_0-1714748181676.png" style="width: 695px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/105637i4BA825B3887B047E/image-dimensions/695x432?v=v2" width="695" height="432" role="button" title="Ruthiel_0-1714748181676.png" alt="Ruthiel_0-1714748181676.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The unit on the time-related field surprised me since I had minutes and hours in the recipe however, all the units were correctly inserted in minutes.&lt;/LI&gt;&lt;LI&gt;I could distinguish the main ingredients and the quantities independently of the unit of measure for each line item!&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 03 May 2024 15:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691015#M2027898</guid>
      <dc:creator>Ruthiel</dc:creator>
      <dc:date>2024-05-03T15:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691135#M2027899</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7343"&gt;@noravonthenen&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for the excellent content, it's truly impressive!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="recipe.jpg" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/105696i7636E7E192CA7581/image-size/large?v=v2&amp;amp;px=999" role="button" title="recipe.jpg" alt="recipe.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 17:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691135#M2027899</guid>
      <dc:creator>kishore_kumar_g</dc:creator>
      <dc:date>2024-05-03T17:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691159#M2027900</link>
      <description>&lt;P&gt;Is it May, Mai or M-AI challenge &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Nearly right:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-05-03 at 2.07.03 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/105704iF06C9B136C5B3BFA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-05-03 at 2.07.03 PM.png" alt="Screenshot 2024-05-03 at 2.07.03 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 20:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691159#M2027900</guid>
      <dc:creator>johna69</dc:creator>
      <dc:date>2024-05-03T20:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691338#M2027904</link>
      <description>&lt;P&gt;Not bad though, in the first attempt it wasn't able to identify any of the ingredients from the document. But I tried to mark them explicitly (only for the first 5), then on my second run of the same document it tried to map those exact same lines.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="narendran_nv_0-1714790861585.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/105773i06A25679FE1B934F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="narendran_nv_0-1714790861585.png" alt="narendran_nv_0-1714790861585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 02:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691338#M2027904</guid>
      <dc:creator>narendran_nv</dc:creator>
      <dc:date>2024-05-04T02:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691402#M2027905</link>
      <description>&lt;P&gt;Interesting how Document Information extraction reads data with minimum efforts.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gphadnis2000_0-1714803776196.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/105809iF562B41796DEA652/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gphadnis2000_0-1714803776196.png" alt="gphadnis2000_0-1714803776196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 06:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691402#M2027905</guid>
      <dc:creator>gphadnis2000</dc:creator>
      <dc:date>2024-05-04T06:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691417#M2027907</link>
      <description>&lt;P&gt;Is this AI service using LayoutLM algorithms? - In the context of a specific business application as e.g. incoming invoices or delivery notes for a single company a large language model is maybe a sort of overkill, since there is so much more specific information available about these documents and these documents are contained in a very small subset of all documents? A lot of specific informatin is not used. What AI model would you suggest in such a case?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 08:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691417#M2027907</guid>
      <dc:creator>thomas_mller13</dc:creator>
      <dc:date>2024-05-04T08:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691475#M2027908</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the document / image has text in it, then the data is extracting. That is working fine.&amp;nbsp;&lt;BR /&gt;Whether the ingredient or quantity wont be determined from the picture which doesn't have any text?&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="full-sliced-fruits-bread-high-quality.jpg" style="width: 427px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/105829i06BC4B06790D1CC3/image-dimensions/427x279?v=v2" width="427" height="279" role="button" title="full-sliced-fruits-bread-high-quality.jpg" alt="full-sliced-fruits-bread-high-quality.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 12:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13691475#M2027908</guid>
      <dc:creator>Sabarinathan_m</dc:creator>
      <dc:date>2024-05-04T12:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13692223#M2027914</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got nice results. title of the recipe and the ingredients.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAP_GEN_AI_DOX_food_recipe.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/106093i24FC10A5E4B4F313/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAP_GEN_AI_DOX_food_recipe.png" alt="SAP_GEN_AI_DOX_food_recipe.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 07:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13692223#M2027914</guid>
      <dc:creator>moh_ali_square</dc:creator>
      <dc:date>2024-05-06T07:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13692224#M2027915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/176565"&gt;@Sabarinathan_m&lt;/a&gt;, Yes the service we are using is for extracting text from documents (pdf or images) and identifying what the test is. So title and ingredients in our example. In business context that could be order number or customer or phone number, email and address, line items, total amount or currency and so on. Therefore, feeding only an image without text does not work with this service. What you are suggesting would be an image recognition and object detection task.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 07:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13692224#M2027915</guid>
      <dc:creator>noravonthenen</dc:creator>
      <dc:date>2024-05-06T07:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13692228#M2027916</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/650096"&gt;@thomas_mller13&lt;/a&gt;, no this service does not use LayoutLM but there are other algorithms based on layout that are being used. Here is a description of the underlying algorithms of the base edition:&amp;nbsp;&lt;A href="https://youtu.be/w66uwSWGvH0" target="_blank" rel="noopener nofollow noreferrer"&gt;this “2-min of” video.&amp;nbsp;&lt;/A&gt;The premium edition uses GPT in the background to determine all kinds of other values.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 07:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13692228#M2027916</guid>
      <dc:creator>noravonthenen</dc:creator>
      <dc:date>2024-05-06T07:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13692229#M2027917</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1511"&gt;@johna69&lt;/a&gt;&amp;nbsp;LOVE the M-AI challenge comment &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 07:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13692229#M2027917</guid>
      <dc:creator>noravonthenen</dc:creator>
      <dc:date>2024-05-06T07:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13693106#M2027934</link>
      <description>&lt;P&gt;Thank you for starting this AI Challenge&amp;nbsp;&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/7343"&gt;@noravonthenen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Document Extraction.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/106493iF320A95F4F8959CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Document Extraction.png" alt="Document Extraction.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 20:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services/m-p/13693106#M2027934</guid>
      <dc:creator>Venkat_Vyza</dc:creator>
      <dc:date>2024-05-06T20:40:30Z</dc:date>
    </item>
  </channel>
</rss>

