Hello everyone!
I am currently running POC for Apps + Document Understanding to showcase how good DU where workflow looks like this:
- Upload document to Apps
- Press “Upload” button which kicks-off process workflow to upload document to Orchestrator storage bucket and then starts process bellow.
- Displays message to the user with details extracted
I am getting an error when I am running it via Apps while running the process directly with same file is processing the document properly.
An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.
System.InvalidOperationException: An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set. at UiPath.IntelligentOCR.StudioWeb.Activities.ExtractDocumentDataWithDocumentData`1.ExecuteAsync(AsyncCodeActivityContext context, CancellationToken cancellationToken)
at UiPath.Shared.Activities.AsyncTaskCodeActivityImplementation.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at UiPath.IntelligentOCR.StudioWeb.Activities.DataExtraction.ExtractorAsyncTaskActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
I am using file picker and upload button to upload it to Orchestrator storage bucket and then kicking off workflow to process document.
Workflow is really simple and easy going since I don’t need to classify anything I am using one type of file and using action download storage file and activities provided here.
Download storage file activity:
Extract document data activity: