Zip file of workflow solution (dispatcher and Document Understanding)
Extraction results in Excel format including OCR and Extractor Confidence levels.
Automatically generated fine-tune data in zip format.
The dataset exported from the Document Manager (before and after adding fine-tune data) separately as zip files.
Openly discuss any issues or doubts by including screenshots for clarity and receive guidance from UiPath MVP if you encounter roadblocks in the advanced exercise.
Expect swift feedback as the MVP reviews workflows and offers suggestions every Wednesday of the week.
Thanks for submitting your solution. Great to see your continuous engagement with the learning plan.
I have reviewed your solution submitted. The dispatcher and the Performer code look OK.
Dispatcher
It’s fine to make the code simple as it is just taking files from the drive. However, you can also implement some mechanisms to check for duplicate file uploads to Queue as a best practice
Its not needed for this assignment. Just sharing some points for you to think about
Performer - DU Flow
The flow looks great. I would however recommend using a For Each/ Parallel For Each loop to loop through the classification results array (output of Classification Station). Irrespective of the classifier we use, it is a best practice to always wrap the activities after classification inside a loop so it works for all types of classification outputs. Additionally, can you also explain the reason to use the Intelligent Keyword Classifier? Was there a specific reason, or you just used it to get more practice?
[Just asking to understand the idea behind it… Nothing wrong in using it ]
Can you also share the output from the Document Manager so I can review how you have done the labeling and training in AI Center?
You can download this from the Document Manager or from the DataSets
I figured out the re-training part of the fine-tuned data, just it is quite strange for me to see the prediction sub-folder empty, is this something normal?