Use the Document AI API with Python to create various processors, including a general form processor and a Document OCR processor, then make synchronous and asynchronous calls to the API using Python.
Overview
Syllabus
- GSP925
- Overview
- Setup and requirements
- Task 1. Create and test a general form processor
- Task 2. Configure your Vertex AI Notebooks instance to perform Document AI API calls
- Task 3. Make a synchronous process document request
- Task 4. Run the synchronous Document AI Python code
- Task 5. Create a Document AI Document OCR processor
- Task 6. Prepare your environment for asynchronous Document AI API calls
- Task 7. Make an asynchronous process document request
- Congratulations