Is it possible to completely turn off text generation in Snapshot? All I see on the text tab is a radio button to select obtain text from print job or to use OCR.
Question
Question
Answer
I don't believe you can disable this in snapshot unless there's an undocumented setting.
I don't have access to the Workflow or SDK at the moment but I am 99% sure you can manipulate it in there. You could potentially leave snapshot on import which will try to extract the data, but then have a workflow that then removes that information via an SDK script.
Replies
Your "Thanks" response reminded me I hadn't looked at this once I was back in the office with my LF VM.
I did some poking, if you have the Laserfiche SDK installed you can find some code examples by looking under:
Laserfiche SDK 9.x
Tutorial: Documents and Folders
Working Within Documents
Adding Page Text
Presumably you could expand on this code to loop through the pages and use the writeTextPagePart to remove everything.
Good Luck!
Thanks I'll check that out.