Package com.geniusscansdk.core
Class TextLayout
- java.lang.Object
-
- com.geniusscansdk.core.TextLayout
-
public final class TextLayout extends java.lang.ObjectThe text layout of a scan This is part of the output of the OCR recognition, but can also be part of the input of the PDF generation.
-
-
Constructor Summary
Constructors Constructor Description TextLayout(java.lang.String hocr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHocr()XML string containing information about text, style and layout of the image that was processed.java.lang.StringtoString()
-