Hello,
I am using Laserfiche Server Objects, not repository access in an application. I need to know if there is a way to check a document and see if it's page have had OCR run on them (if its a tiff) and if it's had generate text run on them (if its a Electronic File).
Basically there is a column in the client called "OCR'd Pages" and I want to check if that value is All, None, or Some. I want to do this WITHOUT using laser fiche search. I have looked through the SDK documentation and just played around in visual studio and I cannot see anything in the LFDocument or LFEntry objects that exposes this property.
Help!