Enum Class PdfBackend

java.lang.Object
java.lang.Enum<PdfBackend>
ai.docling.serve.api.convert.request.options.PdfBackend
All Implemented Interfaces:
Serializable, Comparable<PdfBackend>, Constable

public enum PdfBackend extends Enum<PdfBackend>
PDF backends supported by Docling.
  • Enum Constant Details

    • DLPARSE_V1

      public static final PdfBackend DLPARSE_V1
    • DLPARSE_V2

      public static final PdfBackend DLPARSE_V2
    • DLPARSE_V4

      public static final PdfBackend DLPARSE_V4
    • PYPDFIUM2

      public static final PdfBackend PYPDFIUM2
  • Method Details

    • values

      public static PdfBackend[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PdfBackend valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null