May Developer Challenge – SAP AI Services – Week 2

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!  

This week we want to use the Document Information Extraction Python SDK to extract information from the same recipe that you used in week 1 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.

  1. Use the Python IDE of your choice, create and activate a virtual environment and install the Document Information Extraction SDKpip install sap-business-document-processing
  2. Get your Document Information Extraction service key from your BTP trial account
  3. 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.noravonthenen_4-1715153564740.png
  4. Send your document from week 1 to the Document Information Extraction instance via the Python script (you can use the default client)
  5. To SUBMIT your result simply reply to this discussion by pasting an image with your code and returned json like this:noravonthenen_1-1715153340454.png

Additional information:

!!! EXAMPLE CODE !!!

Repository with more examples

Week 1 challenge

Scroll to Top