org.overviewproject.pdfocr.pdf.HocrLine.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.pdf
import java.awt.Rectangle
case class HocrLine(boundingBox: Rectangle, words: Seq[HocrWord])
© 2015 - 2025 Weber Informatics LLC | Privacy Policy