public final class TableAreaDetector extends Object
Provides a table detector.
Constructor and Description |
---|
TableAreaDetector(DocumentContent documentContent)
Initializes a new instance of the
TableAreaDetector class. |
Modifier and Type | Method and Description |
---|---|
List<TableAreaLayout> |
detectLayouts(int pageIndex,
TableAreaDetectorParameters... parameters)
Detects a table layout.
|
public TableAreaDetector(DocumentContent documentContent)
Initializes a new instance of the TableAreaDetector
class.
documentContent
- A content of the document.public List<TableAreaLayout> detectLayouts(int pageIndex, TableAreaDetectorParameters... parameters)
Detects a table layout.
pageIndex
- A zero-based index of the page.parameters
- An optional collection of parameters.Copyright © 2019. All rights reserved.