Uses of Class
com.github.hakenadu.javalangchains.chains.data.reader.ReadDocumentsFromPdfChainBase.PdfReadMode
| Package | Description |
|---|---|
| com.github.hakenadu.javalangchains.chains.data.reader |
-
Uses of ReadDocumentsFromPdfChainBase.PdfReadMode in com.github.hakenadu.javalangchains.chains.data.reader
Methods in com.github.hakenadu.javalangchains.chains.data.reader that return ReadDocumentsFromPdfChainBase.PdfReadMode Modifier and Type Method Description static ReadDocumentsFromPdfChainBase.PdfReadModeReadDocumentsFromPdfChainBase.PdfReadMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ReadDocumentsFromPdfChainBase.PdfReadMode[]ReadDocumentsFromPdfChainBase.PdfReadMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.hakenadu.javalangchains.chains.data.reader with parameters of type ReadDocumentsFromPdfChainBase.PdfReadMode Constructor Description ReadDocumentsFromInMemoryPdfChain(ReadDocumentsFromPdfChainBase.PdfReadMode readMode)creates aReadDocumentsFromInMemoryPdfChainReadDocumentsFromInMemoryPdfChain(ReadDocumentsFromPdfChainBase.PdfReadMode readMode, boolean parallel)creates aReadDocumentsFromInMemoryPdfChainReadDocumentsFromPdfChain(ReadDocumentsFromPdfChainBase.PdfReadMode readMode)creates aReadDocumentsFromPdfChainReadDocumentsFromPdfChain(ReadDocumentsFromPdfChainBase.PdfReadMode readMode, boolean parallel)creates aReadDocumentsFromPdfChainReadDocumentsFromPdfChainBase(ReadDocumentsFromPdfChainBase.PdfReadMode readMode, boolean parallel)creates aReadDocumentsFromPdfChainBase