org.overviewproject.pdfocr.pdf.HocrWord.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdfocr_2.11 Show documentation
Show all versions of pdfocr_2.11 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 HocrWord(boundingBox: Rectangle, text: String)