jar

org.overviewproject : pdfocr_2.10

Maven & Gradle

Jul 20, 2017
16 stars

pdfocr · Library that shells to Tesseract to make PDFs searchable

Table Of Contents

Latest Version

Download org.overviewproject : pdfocr_2.10 JAR file - Latest Versions:

All Versions

Download org.overviewproject : pdfocr_2.10 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pdfocr_2.10-0.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.overviewproject.pdfocr

├─ org.overviewproject.pdfocr.Main.class - [JAR]

├─ org.overviewproject.pdfocr.PdfOcr.class - [JAR]

org.overviewproject.pdfocr.ocr

├─ org.overviewproject.pdfocr.ocr.Tesseract.class - [JAR]

├─ org.overviewproject.pdfocr.ocr.TesseractOptions.class - [JAR]

├─ org.overviewproject.pdfocr.ocr.TesseractResult.class - [JAR]

org.overviewproject.pdfocr.exceptions

├─ org.overviewproject.pdfocr.exceptions.package.class - [JAR]

org.overviewproject.pdfocr.pdf

├─ org.overviewproject.pdfocr.pdf.HocrLine.class - [JAR]

├─ org.overviewproject.pdfocr.pdf.HocrParser.class - [JAR]

├─ org.overviewproject.pdfocr.pdf.HocrWord.class - [JAR]

├─ org.overviewproject.pdfocr.pdf.PdfDocument.class - [JAR]

├─ org.overviewproject.pdfocr.pdf.PdfPage.class - [JAR]

Advertisement