public class TextInputDetector
extends java.lang.Object
Constructor | Description |
---|---|
TextInputDetector() |
Creates a new TextInputDetector
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Table> |
detect(java.io.InputStream is) |
Detects tables matching the supplied text input.
|
public java.util.List<Table> detect(java.io.InputStream is) throws java.io.IOException
is
- text input streamjava.io.IOException
- if input cannot be read