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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RawTextPage>getPages()Page Number the text was found on.StringtoString()
-
-
-
Constructor Detail
-
RawText
public RawText(List<RawTextPage> pages)
-
RawText
public RawText()
-
-
Method Detail
-
getPages
public List<RawTextPage> getPages()
Page Number the text was found on.
-
-