Package com.mindee.parsing.v2
Class RawTextPage
- java.lang.Object
-
- com.mindee.parsing.v2.RawTextPage
-
public class RawTextPage extends Object
Raw text extracted from the page.
-
-
Constructor Summary
Constructors Constructor Description RawTextPage()RawTextPage(String content)
-
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.
-