Class DocInput

java.lang.Object
org.opensextant.data.TextInput
org.opensextant.data.DocInput

public abstract class DocInput extends TextInput
Use only for cases where you have document inputs instead of raw records.
Author:
ubaldino
  • Constructor Details

  • Method Details

    • getFilepath

      public abstract String getFilepath()
      get the original document
      Returns:
      path to original
    • getTextpath

      public abstract String getTextpath()
      get the optional text version of the document;
      Returns:
      path to a text version or conversion of the original.
    • getText

      public abstract String getText()
      Returns:
      string buffer