org.jpedal.examples.text.extractheadlines
Class ExtractDate
java.lang.Object
org.jpedal.examples.text.ExtractTextInRectangle
org.jpedal.examples.text.extractheadlines.ExtractDate
public class ExtractDate
- extends ExtractTextInRectangle
This example was written to show extraction from a page location of
repetitive information (ie Section).
|
Constructor Summary |
ExtractDate(java.lang.String file_name,
java.lang.String configDir,
org.jpedal.objects.PdfData pdf_data)
example method to open a file and extract the raw text |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtractDate
public ExtractDate(java.lang.String file_name,
java.lang.String configDir,
org.jpedal.objects.PdfData pdf_data)
- example method to open a file and extract the raw text
getFolio
public java.lang.String getFolio()
getSection
public java.lang.String getSection()
getDay
public java.lang.String getDay()
getDate
public java.lang.String getDate()
getMonth
public java.lang.String getMonth()
getYear
public java.lang.String getYear()