org.overviewproject.pdfocr.ocr.TesseractOptions.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdfocr_2.10 Show documentation
Show all versions of pdfocr_2.10 Show documentation
Library that shells to Tesseract to make PDFs searchable
The newest version!
package org.overviewproject.pdfocr.ocr
case class TesseractOptions(
tesseractPath: String = "tesseract"
)
object TesseractOptions {
val Default = TesseractOptions()
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy