Community

How to use multiple region parameters in the Uri?

Hey! I'm working with ABBYY cloud OCR, when my purpose is to scan 3 specific places in each document that I'm scanning. These 3 places will always be the same so I want to use the ProcessFields function do it ,but having some problems with it. When I want to scan only one specific place I use this : string url1 = String.Format("http://cloud.ocrsdk.com/processFields?region=0,0,200,200&language=english");

When trying to scan several places I've used this Uri : string url1 = String.Format("http://cloud.ocrsdk.com/processFields?region=0,0,200,200 region 100,100,100,100&language=english");

but sadly it didn't work.

I'm working with c# and developing for windows-phone-8. I looked at the sample code, trying to add more Uris, but I noticed that every URI is a task.. and can't seem to understand how to do it.

please advise Thanks a lot Ella

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

Please sign in to leave a comment.