I am trying to send an image to wcf to use OCR. At the moment, I managed to convert the image to byte [] and send it to the server using wcf. Unfortunately, it works for an array of size <16Kb and does not work for an array> 17Kb.
I already set the maximum size of readerQuotas and maxArrayLength in the web.config file to the server size.
Do you know how to send big data to a wcf server or possibly any library for using OCR directly on wp7?
c # windows-phone-7 wcf
Bidi
source share