Package technology.tabula.debug
Class Debug
java.lang.Object
technology.tabula.debug.Debug
public class Debug extends Object
-
Constructor Summary
Constructors Constructor Description Debug() -
Method Summary
Modifier and Type Method Description static voiddebugIntersections(Graphics2D g, Page page)static voidmain(String[] args)static voidrenderPage(String pdfPath, String outPath, int pageNumber, Rectangle area, boolean drawTextChunks, boolean drawSpreadsheets, boolean drawRulings, boolean drawIntersections, boolean drawColumns, boolean drawCharacters, boolean drawArea, boolean drawCells, boolean drawUnprocessedRulings, boolean drawProjectionProfile, boolean drawClippingPaths, boolean drawDetectedTables)
-
Constructor Details
-
Debug
public Debug()
-
-
Method Details
-
debugIntersections
-
renderPage
public static void renderPage(String pdfPath, String outPath, int pageNumber, Rectangle area, boolean drawTextChunks, boolean drawSpreadsheets, boolean drawRulings, boolean drawIntersections, boolean drawColumns, boolean drawCharacters, boolean drawArea, boolean drawCells, boolean drawUnprocessedRulings, boolean drawProjectionProfile, boolean drawClippingPaths, boolean drawDetectedTables) throws IOException- Throws:
IOException
-
main
- Throws:
IOException
-