Package com.mindee.parsing.v2
Class RawText
- java.lang.Object
-
- com.mindee.parsing.v2.RawText
-
public class RawText extends Object
Raw text as found in the document.
-
-
Constructor Summary
Constructors Constructor Description RawText()
RawText(List<RawTextPage> pages)
-
-
-
Constructor Detail
-
RawText
public RawText(List<RawTextPage> pages)
-
RawText
public RawText()
-
-
Method Detail
-
getPages
public List<RawTextPage> getPages()
-
-