ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 139 - Cloud Digital Leader discussion

Report
Export

The Border Security Agency has hired your software services firm to build an application for them that will collect information about visas stamped on passports. You are given stamped images. You have to find out which country issued the visa and the period of validity. Pull out this data and put it into a database. Which of these applications would be suitable for that?

A.
Use Cloud Vision API - write code to identify the text blocks, copy the data, and store it
Answers
A.
Use Cloud Vision API - write code to identify the text blocks, copy the data, and store it
B.
Use TensorFlow - write code that will identify the type of visa and the bounding text blocks. Copy the data and then store it.
Answers
B.
Use TensorFlow - write code that will identify the type of visa and the bounding text blocks. Copy the data and then store it.
C.
Use AutoML - upload other images of visas and run the model creation process which will automatically identify the visas
Answers
C.
Use AutoML - upload other images of visas and run the model creation process which will automatically identify the visas
D.
Use Data Labeling service - outsource the work of marking and extracting the in-formation to others.
Answers
D.
Use Data Labeling service - outsource the work of marking and extracting the in-formation to others.
Suggested answer: A

Explanation:

Cloud Vision API allows you to programmatically identify images, text, etc. in the document. This would be the best option.

https://cloud.google.com/vision

asked 18/09/2024
Jonathan Steeman
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first