I use the google OCR, and get the result as the type of IEnumerable<KeyValuePair<Rectangle,String>>. I can loop the IEnumerable, get the item as type of KeyValuePair. So how can I get the Value from the KeyValuePair? Thanks guys!
2 Likes
Hi @Abelkoo,
Here i am initializing one keyvalue pair variable
After that i am getting value from keyvalue pair by following
Regards,
1 Like
Facing the same issue. Please help me to resolve the issue
1 Like