Go to the documentation of this file.
19package org.sleuthkit.autopsy.textextractors.configs;
21import java.util.ArrayList;
22import java.util.Collections;
24import org.sleuthkit.autopsy.coreutils.ExecUtil.ProcessTerminator;
25import org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator;
48 this.OCREnabled = enabled;
57 return this.OCREnabled;
68 this.ocrLanguages = languages ==
null ?
70 Collections.unmodifiableList(
new ArrayList<>(languages));
79 return this.ocrLanguages;
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.