Package com.geniusscansdk.core
Class TextLayoutToTextConverter
- java.lang.Object
-
- com.geniusscansdk.core.TextLayoutToTextConverter
-
public abstract class TextLayoutToTextConverter extends java.lang.Object
Converts a text layout to its textual representation The goal is to properly recreate lines, paragraphs etc.
-
-
Constructor Summary
Constructors Constructor Description TextLayoutToTextConverter()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract TextLayoutToTextConverterResult
convert(TextLayout textLayout)
Perform the conversionstatic TextLayoutToTextConverter
create(Logger logger)
Create an text layout to text converter
-
-
-
Method Detail
-
convert
public abstract TextLayoutToTextConverterResult convert(TextLayout textLayout)
Perform the conversion
-
create
public static TextLayoutToTextConverter create(Logger logger)
Create an text layout to text converter
-
-