JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.nasdanika.models.rag.core
Package
org.nasdanika.rag.core
Interface PdfTextSplitter.Chunk
Enclosing class:
PdfTextSplitter
public static interface
PdfTextSplitter.Chunk
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
EObject
>
getSources
()
String
getText
()
int
overlap
()
int
size
()
Method Details
getText
String
getText
()
getSources
List
<
EObject
>
getSources
()
size
int
size
()
overlap
int
overlap
()