at.knowcenter.wag.egov.egiz.pdf
Class ObjectExtractor

java.lang.Object
  extended byat.knowcenter.wag.egov.egiz.pdf.ObjectExtractor

public class ObjectExtractor
extends Object

Method for object extraction from pdf documents. This uses pdf-box 0.8.0, not 0.7.2. Packages org.apache.pdfbox instead org.pdfbox!

Author:
dferbas

Constructor Summary
ObjectExtractor()
           
 
Method Summary
static String dictToString(org.apache.pdfbox.cos.COSDictionary dict)
          Create string representation from COSDictionary
static List extractNonTextInfo(org.apache.pdfbox.pdmodel.PDDocument document)
          Extract non textual data from pdf.
static List extractNonTextInfo(PdfDataSource pdfDataSource)
          Extract non textual data from pdf.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectExtractor

public ObjectExtractor()
Method Detail

dictToString

public static String dictToString(org.apache.pdfbox.cos.COSDictionary dict)
Create string representation from COSDictionary

Parameters:
dict -
Returns:

extractNonTextInfo

public static List extractNonTextInfo(org.apache.pdfbox.pdmodel.PDDocument document)
Extract non textual data from pdf.

Parameters:
document -
Returns:
List of NonTextObjectInfo
See Also:
ExtractImages

extractNonTextInfo

public static List extractNonTextInfo(PdfDataSource pdfDataSource)
Extract non textual data from pdf.

Parameters:
pdfDataSource -
Returns:
List of NonTextObjectInfo
See Also:
ExtractImages


Copyright © 2006-2010. All Rights Reserved.