<?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 - Week 2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13702404#M2028034</link>
    <description>&lt;P&gt;&lt;BR /&gt;Here is my Week 2 Submission&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sainithesh21_0-1715781214389.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111037i5B5EC21F38327ED8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sainithesh21_0-1715781214389.png" alt="sainithesh21_0-1715781214389.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 13:53:41 GMT</pubDate>
    <dc:creator>Sai_Nithesh_G</dc:creator>
    <dc:date>2024-05-15T13:53:41Z</dc:date>
    <item>
      <title>May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13694818#M2027952</link>
      <description>&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;SPAN&gt;Thank you so much for your participation last week and the great results! I am so happy to see your drive and experimental mindsets! I also really love the inspiration I got from all your favorite recipes! I will definitely try them out! And I loved the M-AI Developer Challenge pun comment! &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This week we want to use &lt;A href="https://pypi.org/project/sap-business-document-processing/" target="_blank" rel="noopener"&gt;the Document Information Extraction Python SDK&lt;/A&gt; to extract information from the same recipe that you used in&amp;nbsp;&lt;A href="https://community.sap.com/t5/application-development-discussions/may-developer-challenge-sap-ai-services/m-p/13688151/emcs_t/S2h8ZW1haWx8a3Vkb3N8TFZYQ0Q4SkZaRlFRWld8MTM2ODgxNTF8S1VET1N8aEs#M2027861" target="_self"&gt;week 1&lt;/A&gt; using the custom schema you created in the Document Information Extraction UI. With the Python SDK you can implement end-to-end use cases and process documents on a large scale.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Use the Python IDE of your choice, create and activate a virtual environment and install the &lt;A href="https://pypi.org/project/sap-business-document-processing/" target="_blank" rel="noopener"&gt;Document Information Extraction SDK&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;EM&gt;pip install sap-business-document-processing&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Get your Document Information Extraction service key from your BTP trial account&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;You will need your Schema ID which you can find in the URL of the UI when navigating to the schema you want to use.&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="noravonthenen_4-1715153564740.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/107320i3B2169854FD1FDCF/image-size/large?v=v2&amp;amp;px=999" role="button" title="noravonthenen_4-1715153564740.png" alt="noravonthenen_4-1715153564740.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Send your document from &lt;A href="https://community.sap.com/t5/application-development-discussions/may-developer-challenge-sap-ai-services/m-p/13688151/emcs_t/S2h8ZW1haWx8a3Vkb3N8TFZYQ0Q4SkZaRlFRWld8MTM2ODgxNTF8S1VET1N8aEs#M2027861" target="_self"&gt;week 1&lt;/A&gt; to the Document Information Extraction instance via the Python script (you can use the default client)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;To SUBMIT your result simply reply to this discussion by pasting an image with your code and returned json like this:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="noravonthenen_1-1715153340454.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/107316iAB46B27B515B6631/image-size/large?v=v2&amp;amp;px=999" role="button" title="noravonthenen_1-1715153340454.png" alt="noravonthenen_1-1715153340454.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H2&gt;&lt;SPAN&gt;Additional information:&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;A href="https://github.com/noravth/may-developer-challenge-sap-ai-services/blob/main/document_information_extraction.py" target="_self"&gt;&lt;SPAN&gt;!!! EXAMPLE CODE !!!&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/SAP/business-document-processing/blob/main/examples/document_information_extraction_examples/information_extraction_showcase.ipynb" target="_self"&gt;&lt;SPAN&gt;Repository with more examples&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/m-p/13688151/emcs_t/S2h8ZW1haWx8a3Vkb3N8TFZYQ0Q4SkZaRlFRWld8MTM2ODgxNTF8S1VET1N8aEs#M2027861" target="_self"&gt;&lt;SPAN&gt;Week 1 challenge&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 08:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13694818#M2027952</guid>
      <dc:creator>noravonthenen</dc:creator>
      <dc:date>2024-05-15T08:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13695597#M2027967</link>
      <description>&lt;P&gt;Now that was an interesting challenge, learnt a lot of stuff. Changed the recipe but:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="geek_0-1715192123692.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/107665i505251EF315F4BE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="geek_0-1715192123692.png" alt="geek_0-1715192123692.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 18:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13695597#M2027967</guid>
      <dc:creator>geek61</dc:creator>
      <dc:date>2024-05-08T18:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13695650#M2027968</link>
      <description>&lt;P&gt;Not a python expert. So, used the swagger UI to extract the same json result output of the recipe document already loaded in week 1 to the default client. Tried from curl as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NagarajanK_0-1715196682128.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/107696iEDEB2E58B11FF9D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NagarajanK_0-1715196682128.png" alt="NagarajanK_0-1715196682128.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NagarajanK_1-1715196734509.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/107697iC9CBF0034F4CD706/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NagarajanK_1-1715196734509.png" alt="NagarajanK_1-1715196734509.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 19:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13695650#M2027968</guid>
      <dc:creator>Nagarajan-K</dc:creator>
      <dc:date>2024-05-08T19:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13695708#M2027970</link>
      <description>&lt;P&gt;this time the result is perfect!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xavisanse_0-1715202217543.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/107736iDBCEEAE84A110479/image-size/large?v=v2&amp;amp;px=999" role="button" title="xavisanse_0-1715202217543.png" alt="xavisanse_0-1715202217543.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 21:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13695708#M2027970</guid>
      <dc:creator>xavisanse</dc:creator>
      <dc:date>2024-05-08T21:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13696155#M2027974</link>
      <description>&lt;P&gt;by the way, today i changed a little bit the code and pushed again the same doc.&amp;nbsp; and still having some issues with the recognition. Could be interesting to now if there is an estimation of how many documents you have to train by template (i assume that depends of each one) but to get an estimation cheers&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 09:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13696155#M2027974</guid>
      <dc:creator>xavisanse</dc:creator>
      <dc:date>2024-05-09T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13696812#M2027981</link>
      <description>&lt;P&gt;Here's my submission:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="recipe2.jpg" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/108231i51A5A05C7A5772A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="recipe2.jpg" alt="recipe2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 21:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13696812#M2027981</guid>
      <dc:creator>M-K</dc:creator>
      <dc:date>2024-05-09T21:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13697964#M2027988</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;&amp;nbsp;!&lt;BR /&gt;The code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruthiel_0-1715363898122.png" style="width: 777px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/108806i7047470392B7C90E/image-dimensions/777x513?v=v2" width="777" height="513" role="button" title="Ruthiel_0-1715363898122.png" alt="Ruthiel_0-1715363898122.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And the output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruthiel_1-1715363927370.png" style="width: 867px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/108808i92C9442CBA6F6F53/image-dimensions/867x713?v=v2" width="867" height="713" role="button" title="Ruthiel_1-1715363927370.png" alt="Ruthiel_1-1715363927370.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 17:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13697964#M2027988</guid>
      <dc:creator>Ruthiel</dc:creator>
      <dc:date>2024-05-10T17:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698040#M2027990</link>
      <description>&lt;P&gt;My submission for week 2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MioYasutake_0-1715375134602.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/108841iF0FCA13F24DFAD43/image-size/large?v=v2&amp;amp;px=999" role="button" title="MioYasutake_0-1715375134602.png" alt="MioYasutake_0-1715375134602.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 21:05:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698040#M2027990</guid>
      <dc:creator>MioYasutake</dc:creator>
      <dc:date>2024-05-10T21:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698226#M2027996</link>
      <description>&lt;P&gt;Here is my submission.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gphadnis2000_0-1715407881981.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/108954i1119F8787FDECFC7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gphadnis2000_0-1715407881981.png" alt="gphadnis2000_0-1715407881981.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2024 06:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698226#M2027996</guid>
      <dc:creator>gphadnis2000</dc:creator>
      <dc:date>2024-05-11T06:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698419#M2027998</link>
      <description>&lt;P&gt;My submission for this this task.&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alpesa1990_0-1715455591186.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/109071iFE212E06514C49A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alpesa1990_0-1715455591186.png" alt="Alpesa1990_0-1715455591186.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Response:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alpesa1990_1-1715455640039.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/109072i404B8A363A070A2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alpesa1990_1-1715455640039.png" alt="Alpesa1990_1-1715455640039.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2024 19:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698419#M2027998</guid>
      <dc:creator>Alpesa1990</dc:creator>
      <dc:date>2024-05-11T19:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698514#M2028000</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/171996"&gt;@xavisanse&lt;/a&gt;&amp;nbsp;As always with AI models, it depends on the document and the use case but the more documents you assign to your template with perfect extraction results the better &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Also recipes are a particular difficult case as the layout can have immense differences!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 08:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698514#M2028000</guid>
      <dc:creator>noravonthenen</dc:creator>
      <dc:date>2024-05-12T08:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698545#M2028002</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="emiliocampo_0-1715513556809.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/109145i569FD51702B001AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emiliocampo_0-1715513556809.png" alt="emiliocampo_0-1715513556809.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm getting the same result as when using the DoX UI&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 11:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698545#M2028002</guid>
      <dc:creator>emiliocampo</dc:creator>
      <dc:date>2024-05-12T11:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698550#M2028003</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the opportunity, I had an issue with default client, I had to change it to the current client c_03, and it workd&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="SAP_GEN_AI_DOX_food_recipe_python_client.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/109146i22F6F981F968AAEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAP_GEN_AI_DOX_food_recipe_python_client.png" alt="SAP_GEN_AI_DOX_food_recipe_python_client.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 12:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13698550#M2028003</guid>
      <dc:creator>moh_ali_square</dc:creator>
      <dc:date>2024-05-12T12:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13699502#M2028007</link>
      <description>&lt;P&gt;Here's my submission:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="martaseq_0-1715605029751.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/109589i411EC48D8C4F643F/image-size/large?v=v2&amp;amp;px=999" role="button" title="martaseq_0-1715605029751.png" alt="martaseq_0-1715605029751.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Instead of using all the header fields defined in my schema for the header_fields parameter, I tried to filter which fields I wanted to fetch, but it seems to make no difference. It seems to always gives me all the fields in the schema.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 13:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13699502#M2028007</guid>
      <dc:creator>martaseq</dc:creator>
      <dc:date>2024-05-13T13:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13700230#M2028019</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;My submission for this week:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jasperdebie_0-1715665505038.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/109944i67D6E2D9BC5634C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jasperdebie_0-1715665505038.png" alt="jasperdebie_0-1715665505038.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jasperdebie_1-1715665522580.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/109945i2417D78EB7685B61/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jasperdebie_1-1715665522580.png" alt="jasperdebie_1-1715665522580.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Even the optional ingredient is in there &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jasperdebie_2-1715665584243.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/109946i540DFC4670B5F4D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jasperdebie_2-1715665584243.png" alt="jasperdebie_2-1715665584243.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 05:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13700230#M2028019</guid>
      <dc:creator>jasperdebie</dc:creator>
      <dc:date>2024-05-14T05:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13701928#M2028033</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apologies for delay, Due to this exercise, I have installed Python on my personal computer for the first time. And face few small challenges. But it makes me realize I should learn Python at least for basic task. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Attaching the results of this challenge.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hira_0-1715764086313.png" style="width: 580px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/110761iAFDADBC479014AC8/image-dimensions/580x326?v=v2" width="580" height="326" role="button" title="Hira_0-1715764086313.png" alt="Hira_0-1715764086313.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hira_1-1715764150919.png" style="width: 639px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/110762i9E215017FE8F830A/image-dimensions/639x360?v=v2" width="639" height="360" role="button" title="Hira_1-1715764150919.png" alt="Hira_1-1715764150919.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 09:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13701928#M2028033</guid>
      <dc:creator>Hira</dc:creator>
      <dc:date>2024-05-15T09:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13702404#M2028034</link>
      <description>&lt;P&gt;&lt;BR /&gt;Here is my Week 2 Submission&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sainithesh21_0-1715781214389.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111037i5B5EC21F38327ED8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sainithesh21_0-1715781214389.png" alt="sainithesh21_0-1715781214389.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 13:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13702404#M2028034</guid>
      <dc:creator>Sai_Nithesh_G</dc:creator>
      <dc:date>2024-05-15T13:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13703776#M2028051</link>
      <description>&lt;P&gt;Here is my week 2 Submission&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 14:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13703776#M2028051</guid>
      <dc:creator>CameronWilson</dc:creator>
      <dc:date>2024-05-16T14:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13703779#M2028052</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CameronWilson_1-1715871045256.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111652i4269B77A3492ADAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CameronWilson_1-1715871045256.png" alt="CameronWilson_1-1715871045256.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 14:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13703779#M2028052</guid>
      <dc:creator>CameronWilson</dc:creator>
      <dc:date>2024-05-16T14:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: May Developer Challenge - SAP AI Services - Week 2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13703787#M2028053</link>
      <description>&lt;P&gt;Great learning experience!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.png" style="width: 999px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/111657i08D1A77619AE1F5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_1.png" alt="Screenshot_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 14:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/may-developer-challenge-sap-ai-services-week-2/m-p/13703787#M2028053</guid>
      <dc:creator>Jordi_C</dc:creator>
      <dc:date>2024-05-16T14:56:29Z</dc:date>
    </item>
  </channel>
</rss>

