Chevron Left
Back to Build an End-to-End Data Capture Pipeline using Document AI

Learner Reviews & Feedback for Build an End-to-End Data Capture Pipeline using Document AI by Google Cloud

About the Course

This is a self-paced lab that takes place in the Google Cloud console. In this lab you use Cloud Functions and Pub/Sub to create an end-to-end document processing pipeline using Document AI. The Document AI API is a document understanding solution that takes unstructured data, such as documents and emails, and makes the data easier to understand, analyze, and consume. In this lab, you will create a document processing pipeline that will automatically process documents that are uploaded to Cloud Storage. The pipeline consists of a primary Cloud Function that processes new files that are uploaded to Cloud Storage using a Document AI form processor and then saves form data detected in those files to BigQuery. If the form data includes any address fields the address data is then written to a Pub/Sub topic that in turn triggers a second Cloud Function that uses to Geocoding API to provide geographic coordinate data for the address that is also written to BigQuery. This is a simple pipeline that uses a general form processor that will detect basic form data, such as a labelled field containing address information. Document AI processors that use one of the specialized parsers that are beyond the scope of this lab provide enhanced entity information for specific document types even when those documents do not include labelled fields. For example, a Document AI Invoice parser can provide detailed address and supplier information, from an unlabelled invoice document because it understands the layout of invoices....
Filter by:

1 - 1 of 1 Reviews for Build an End-to-End Data Capture Pipeline using Document AI

By Sammya M

•

Sep 26, 2022

You will learn absolutely nothing from this 8GBP course. Was thrown a bunch of command line code (apparently its a beginner course, so they just assumed that you are familiar with CLI).Furthermore, they abstracted away the main working code of this project -> the python script that cloud function actually runs behind the scenes. You will have to screenshot those codes to work through them on your own time. Just a waste of money. The least Google can do is to go through the code. They were like -> oh create a bucket and throw and bunch of code at you and thats it.