de.mpiwg.dwinter.lucencetools.documents
Class OcropusLineDocument

java.lang.Object
  extended by de.mpiwg.dwinter.lucencetools.documents.OcropusLineDocument

public class OcropusLineDocument
extends java.lang.Object


Constructor Summary
OcropusLineDocument()
           
 
Method Summary
static org.apache.lucene.document.Document Document(java.io.File f, java.lang.String language, OCRDocument.OCRLine ocrline, java.lang.String pageDimension, java.lang.String textId)
           
static org.apache.lucene.document.Document Document(java.io.File f, java.lang.String language, OCRDocument.OCRLine ocrline, java.lang.String pageDimension, java.lang.String dcMetaData, java.lang.String textId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OcropusLineDocument

public OcropusLineDocument()
Method Detail

Document

public static org.apache.lucene.document.Document Document(java.io.File f,
                                                           java.lang.String language,
                                                           OCRDocument.OCRLine ocrline,
                                                           java.lang.String pageDimension,
                                                           java.lang.String textId)
                                                    throws java.io.FileNotFoundException,
                                                           java.io.UnsupportedEncodingException
Throws:
java.io.FileNotFoundException
java.io.UnsupportedEncodingException

Document

public static org.apache.lucene.document.Document Document(java.io.File f,
                                                           java.lang.String language,
                                                           OCRDocument.OCRLine ocrline,
                                                           java.lang.String pageDimension,
                                                           java.lang.String dcMetaData,
                                                           java.lang.String textId)
                                                    throws java.io.FileNotFoundException,
                                                           java.io.UnsupportedEncodingException
Throws:
java.io.FileNotFoundException
java.io.UnsupportedEncodingException