This demo app shows you how to extract information from a receipt using Spring AI. It uses Spring AI to extract the information from the receipt and Vaadin Flow to build the UI.
- OpenAI API key stored in the
OPENAI_API_KEY
environment variable (or updateapplication.properties
with your key)
Run Application.java
in your IDE or use mvn
in the project directory.