org.jpedal.examples.text.extractheadlines
Class ExtractHeadlines

java.lang.Object
  extended by org.jpedal.examples.text.ExtractTextInRectangle
      extended by org.jpedal.examples.text.extractheadlines.ExtractHeadlines

public class ExtractHeadlines
extends ExtractTextInRectangle

This example was written to show extraction from a page location of repetitive information (ie Section).


Field Summary
 
Fields inherited from class org.jpedal.examples.text.ExtractTextInRectangle
isTest, showMessages
 
Constructor Summary
ExtractHeadlines(java.lang.String file_name)
          example method to open a file and extract the raw text
 
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 org.jpedal.examples.text.ExtractTextInRectangle
getExtractedText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractHeadlines

public ExtractHeadlines(java.lang.String file_name)
example method to open a file and extract the raw text

Method Detail

main

public static void main(java.lang.String[] args)
main routine which checks for any files passed and runs the demo