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 String
getContent()
Page content as a single string.String
toString()
Page contents as a string.
-