public final class ExtractText extends Object
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Infamous main method.
|
void |
startExtraction(String[] args)
Starts the text extraction.
|
public static void main(String[] args) throws IOException
args
- Command line arguments, should be one and a reference to a file.IOException
- if there is an error reading the document or extracting the text.public void startExtraction(String[] args) throws IOException
args
- the commandline arguments.IOException
- if there is an error reading the document or extracting the text.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.