yu.li
(Yu)
August 7, 2023, 11:10am
1
Hi everyone,
I am a new learner of the document understanding, I download the example of Manual Validation for Digitize Documents to look into it, but there is an error said “Deserialize is not a member of String”. Can you help with it? Thank you a lot!
lrtetala
(Lakshman Reddy)
August 7, 2023, 11:13am
2
ppr
(Peter Preuss)
August 7, 2023, 11:26am
3
We cannot review the details. Deserialize is not a method from the String Class
Maybe you are looking for Deserialization of a JSON string, then:
Or
Newtonsoft.Json.JsonConvert.DeserializeObject(Of YOURCLASSNAME)(YourJSONString)
OR
handle it as described above in the link by proper setting the datatype and using the offered Deserialize method
Yoichi
(Yoichi)
August 8, 2023, 12:02am
4
Hi,
Probably, you failed to load UiPath.IntelligentOCRActivities package 2.2.0 because no longer it exits in the official feed.
So can you try to upgrade it to the latest (6.9.3) from ManagePackages?
Regards,