VBScript assembly error when passing bytes array to LoadDocument
Please use the LoadDocumentFromVariant()
method to load document and GetTextAsVariant()
(for TextExtractor) to get byte array back. If you are using a different extractor, we have similar methods GetJSONAsVariant()
, GetCSVAsVariant
, etc.