Class SpreadsheetDetectionAlgorithm

java.lang.Object
technology.tabula.detectors.SpreadsheetDetectionAlgorithm
All Implemented Interfaces:
DetectionAlgorithm

public class SpreadsheetDetectionAlgorithm extends Object implements DetectionAlgorithm
Created by matt on 2015-12-14. This is the basic spreadsheet table detection algorithm currently implemented in tabula (web). It uses intersecting ruling lines to find tables.
  • Constructor Details

    • SpreadsheetDetectionAlgorithm

      public SpreadsheetDetectionAlgorithm()
  • Method Details