org.jpedal.examples.text.extractheadlines
Class ExtractSection

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

public class ExtractSection
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
ExtractSection(java.lang.String file_name, java.lang.String configDir)
          example method to open a file and extract the raw text
 
Method Summary
 java.lang.String getSection()
           
 
Methods inherited from class org.jpedal.examples.text.ExtractTextInRectangle
getExtractedText, main
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractSection

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

Method Detail

getSection

public java.lang.String getSection()