Packages

class AmazonConverter extends PdfConverter

Linear Supertypes
PdfConverter, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AmazonConverter
  2. PdfConverter
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AmazonConverter(amazonSettings: AmazonSettings = AmazonConverter.defaultSettings)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val amazonClient: TextractClient
  5. val amazonIsOpen: AtomicBoolean
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bucketName: String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def close(): Unit
    Definition Classes
    AmazonConverter → PdfConverter → Closeable → AutoCloseable
  10. def convert(pdfFile: File, metadataHolderOpt: Option[MetadataHolder] = None): String
    Definition Classes
    AmazonConverter → PdfConverter
  11. def convertBlocks(blocks: Seq[Block]): String
  12. def convertMultiplePages(pdfFile: File): String
  13. def convertSinglePage(pdfFile: File): String
  14. lazy val credentialsProvider: ProfileCredentialsProvider
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val inputExtension: String
    Definition Classes
    PdfConverter
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val metaExtension: String
    Definition Classes
    PdfConverter
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val outputExtension: String
    Definition Classes
    PdfConverter
  27. lazy val s3Client: S3Client
  28. def s3DeleteFile(fileName: String): Unit
  29. def s3FileExists(fileName: String): Boolean
  30. val s3IsOpen: AtomicBoolean
  31. def s3UploadFile(file: File, fileName: String): Unit
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PdfConverter

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped