Package com.mindee.v2.parsing.inference
Class RawTextPage
- java.lang.Object
-
- com.mindee.v2.parsing.inference.RawTextPage
-
public class RawTextPage extends Object
Raw text extracted from the page.
-
-
Constructor Summary
Constructors Constructor Description RawTextPage()RawTextPage(String content)Creates a newRawTextPageinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Page content as a single string.StringtoString()Page contents as a string.
-
-
-
Constructor Detail
-
RawTextPage
public RawTextPage(String content)
Creates a newRawTextPageinstance.- Parameters:
content- Page content as a single string.
-
RawTextPage
public RawTextPage()
-
-