Package dev.langchain4j.data.pdf
Class PdfFile
-
- All Implemented Interfaces:
public class PdfFile
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPdfFile.BuilderBuilder for PdfFile.
-
Method Summary
-
-
Method Detail
-
builder
static PdfFile.Builder builder()
Create a new Builder.
- Returns:
the new Builder.
-
base64Data
String base64Data()
Get the base64 data of the rich format document.
- Returns:
the base64 data of the rich format document, or null if not set.
-
hashCode
int hashCode()
-
-
-
-