Class ConvertAbbyyToAlto

java.lang.Object
io.goobi.viewer.controller.ConvertAbbyyToAlto

public class ConvertAbbyyToAlto extends Object

ConvertAbbyyToAlto class.

  • Constructor Details

    • ConvertAbbyyToAlto

      public ConvertAbbyyToAlto()
  • Method Details

    • convert

      public org.jdom2.Element convert(File input) throws org.jdom2.JDOMException, IOException

      convert.

      Parameters:
      input - a File object.
      Returns:
      a Element object.
      Throws:
      org.jdom2.JDOMException - if any.
      IOException - if any.
    • convert

      public org.jdom2.Element convert(org.jdom2.Document abbyyDoc)

      convert.

      Parameters:
      abbyyDoc - a Document object.
      Returns:
      a Element object.
    • main

      public static void main(String[] args) throws IOException, org.jdom2.JDOMException

      main.

      Parameters:
      args - an array of String objects.
      Throws:
      IOException - if any.
      org.jdom2.JDOMException - if any.
    • getInputfilename

      public String getInputfilename()

      Getter for the field inputfilename.

      Returns:
      a String object.
    • setInputfilename

      public void setInputfilename(String inputfilename)

      Setter for the field inputfilename.

      Parameters:
      inputfilename - a String object.
    • getCreationtime

      public LocalDateTime getCreationtime()

      Getter for the field creationtime.

      Returns:
      a LocalDateTime object.
    • setCreationtime

      public void setCreationtime(LocalDateTime creationtime)

      Setter for the field creationtime.

      Parameters:
      creationtime - a LocalDateTime object.