Uses of Class
com.acumenvelocity.ath.model.OcrMode
-
Packages that use OcrMode Package Description com.acumenvelocity.ath.common com.acumenvelocity.ath.filters.pdf com.acumenvelocity.ath.model -
-
Uses of OcrMode in com.acumenvelocity.ath.common
Methods in com.acumenvelocity.ath.common with parameters of type OcrMode Modifier and Type Method Description static InputStreamPdfUtil. convertPdfToDocx(InputStream pdfInputStream, net.sf.okapi.common.LocaleId locale, OcrMode ocrMode)Convert PDF to DOCX using Adobe PDF Services -
Uses of OcrMode in com.acumenvelocity.ath.filters.pdf
Methods in com.acumenvelocity.ath.filters.pdf that return OcrMode Modifier and Type Method Description OcrModeParameters. getOcrMode()Methods in com.acumenvelocity.ath.filters.pdf with parameters of type OcrMode Modifier and Type Method Description voidParameters. setOcrMode(OcrMode mode) -
Uses of OcrMode in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return OcrMode Modifier and Type Method Description static OcrModeOcrMode. fromValue(String text)static OcrModeOcrMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OcrMode[]OcrMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-