|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpedal.examples.text.ExtractStructuredText
public class ExtractStructuredText
Sample code showing how jpedal library can be used with pdf files to extract structed text from a PDF Debugging tip: Set verbose=true in LogWriter to see what is going on.
| Field Summary | |
|---|---|
static boolean |
debug
|
static boolean |
isTest
used as part of test to limit pages to first 10 |
static boolean |
showMessages
flag to show if we display messages |
| Constructor Summary | |
|---|---|
ExtractStructuredText()
|
|
ExtractStructuredText(java.lang.String root,
java.lang.String outputDir)
example method to open a file or dir and extract the Structured Content to outputDir |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
main routine which checks for any files passed and runs the demo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean isTest
public static final boolean debug
public static boolean showMessages
| Constructor Detail |
|---|
public ExtractStructuredText()
public ExtractStructuredText(java.lang.String root,
java.lang.String outputDir)
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||