I am working on a project utilizing the Document Understanding framework. Recently, I upgraded the UiPath.IntelligentOCR.Activities package from version 6.24.0 to 6.26.0. After a few days of testing, I observed that during the classification step in Action Center, enabling the RemoveDataFromStorage flag still left behind the file customization_info.zip.
To address this, I attempted to downgrade the package back to version 6.24.0. However, after doing so, I encountered the following runtime error at the point it tries to classify the document using Classify Document Socpe that contains the Generative Classifier:
Steps I have already tried:
Completely uninstalling UiPath.IntelligentOCR.Activities and reinstalling version 6.24.0.
Restoring a backup copy of the XAML file containing the Classify Document Scope - Gen Ai activity.
Regenerated the XAML file containing the Classify Document Scope - Gen Ai activity file from scratch
@Anil_G - Thank you for the quick response, you are correct. it was the ML package. I was using UiPath.DocumentUnderstanding.ML.Activities 1.35.0 and when I downgraded it to 1.33.0 it resolved the error.