Click here to Skip to main content
15,888,351 members
Articles / Hosted Services / Azure

AI Form Recognition in Java, Part 1: App Creation and Deployment via Azure App Service

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
18 Apr 2022CPOL8 min read 3.5K   32   3  
In this series, we’ll build a business-focused Spring Boot application in Java focused on ingesting images of forms submitted by vendors, processing them through Form Recognizer, and storing them in a PostgreSQL database.
Here we demonstrate how to create a Java application with Spring Boot and add models that will let us save user image uploads and processed form data in the database. Then we create a database using Azure database for PostgreSQL, show how to connect the app to it, and show how deploy the app to Azure App Service.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

Downloads

Weekly Counts

This article is part of the series 'AI Form Recognition in Java View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Dawid Borycki is a software engineer and biomedical researcher with extensive experience in Microsoft technologies. He has completed a broad range of challenging projects involving the development of software for device prototypes (mostly medical equipment), embedded device interfacing, and desktop and mobile programming. Borycki is an author of two Microsoft Press books: “Programming for Mixed Reality (2018)” and “Programming for the Internet of Things (2017).”

Comments and Discussions