I did - and the Document object only has a contents property, which is the actual document. I need to send the document (a TIFF image as byte[]) and the text contents of that document (string).
I also need to have the text contents indexed for searching.
Is this possible using the current ...
