public final class TextExtractionError extends Object
Describes the text extraction error has appeared in the PDF document.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Expanded description of the error.
|
String |
getExtractedText()
Text that was actually extracted.
|
String |
getFontKey()
Key (PDF name) of the Font object that is used for showing text that causes extraction error.
|
String |
getFontName()
Readable (internal) name of the Font object that is used for showing text that causes extraction error.
|
TextExtractionErrorLocation |
getLocation()
Location of the error.
|
String |
getSummary()
Brief description of the error.
|
String |
toString()
Represents the instance as String value.
|
public String getSummary()
Brief description of the error.
public String getDescription()
Expanded description of the error.
public TextExtractionErrorLocation getLocation()
Location of the error.
public String getFontKey()
Key (PDF name) of the Font object that is used for showing text that causes extraction error.
public String getFontName()
Readable (internal) name of the Font object that is used for showing text that causes extraction error.
public String getExtractedText()
Text that was actually extracted.