Questions & Verified Answers (Latest
Update) 100% Guarantee
Pass (A+)
Which of the following is the main purpose of Invoice
Processing Service in Mendix? - ANSWER✔✔Extract data from
invoice effectively
Where do you need to go to configure binding keys? -
ANSWER✔✔Invoice Processing Module - Constants
What is the most appropriate prefix for Import Mapping
name? - ANSWER✔✔ImM_
What do you need a Model Id for when using Invoice
Processing Service? - ANSWER✔✔To configure the Invoice
Processing activity with the app
What are the parameters that Invoice Processing Activity has?
- ANSWER✔✔Model Id, Image List, Import Mapping, Task
Queue, Output
The different microflows you need for Invoice Processing app
are the microflows to: - ANSWER✔✔Start invoice extraction
and process invoice extraction
,Where can you find the Model Id for Invoice Processing
Service? - ANSWER✔✔Document Training Web
What is the best alternative to process something
immediately after an object is committed? - ANSWER✔✔Event
Handler
Can you use Invoice model as soon as it is created in
Document Training Web? - ANSWER✔✔No, the model has to be
published first
How do you make sure that the file(s) uploaded into File
Dropper will be correctly associated with ImageBatchInvoice
entity in your page? - ANSWER✔✔By assigning the right file
entity and Association to context in the File Dropper edit
window
Which widget do you need to display the extracted data of the
invoice? - ANSWER✔✔Data grid
You want to allow the end-users to delete some extracted
result. How can you achieve this? - ANSWER✔✔Create a
microflow which will delete selected rows and configure a
delete button to call this microflow
What is the sequence for publishing a model? -
ANSWER✔✔Create Model - Upload sample images - Add Marker
- Publish Model
, What are the steps to follow to make the IDS work? -
ANSWER✔✔Train the model - Publish the model - Extract data
What do you need a Model Id for when using Intelligent
Document Service? - ANSWER✔✔To configure the IDS activity
within the app.
Where can you find the Model Id of a trained Document Model
for your instance? - ANSWER✔✔Document Training Web App
Can you use document model as soon as it is created in
Training Web App? - ANSWER✔✔No, the model has to be
trained and published first.
How do you make sure that the file(s) uploaded into File
Dropper will be correctly associated with ImageBatchIDS
entity in your page? - ANSWER✔✔By assigning the right file
entity and Association to context in the File Dropper edit
window.
Which widget do you need to display the extracted data of the
invoice? - ANSWER✔✔Data grid
What is the sequence that one should follow for table
training? - ANSWER✔✔Mark the Table > Mark columns
including header > Mark all rows > Save