Exception in thread "main" java.lang.UnsupportedOperationException
Sometime from tabula-1.0.2 to tabula-1.03 the first page of a PDF throw an UnsupportedOperationException.
Below are the details. I look forward to helping to resolve this! Thank you.
Exception in thread "main" java.lang.UnsupportedOperationException at technology.tabula.Ruling.setEnd(Ruling.java:109) at technology.tabula.Ruling.expand(Ruling.java:194) at technology.tabula.Ruling.nearlyIntersects(Ruling.java:169) at technology.tabula.Ruling.collapseOrientedRulings(Ruling.java:417) at technology.tabula.Ruling.collapseOrientedRulings(Ruling.java:401) at technology.tabula.Page.getCollapsedHorizontalRulings(Page.java:281) at technology.tabula.Page.getRulings(Page.java:255) at technology.tabula.Page.getArea(Page.java:128) at technology.tabula.CommandLineApp.extractFile(CommandLineApp.java:177) at technology.tabula.CommandLineApp.extractFileTables(CommandLineApp.java:124) at technology.tabula.CommandLineApp.extractTables(CommandLineApp.java:106) at technology.tabula.CommandLineApp.main(CommandLineApp.java:76)