TextExtractionError
Inheritance: java.lang.Object
public final class TextExtractionError
Describes the text extraction error has appeared in the PDF document.
Methods
| Method | Description |
|---|---|
| getSummary() | Brief description of the error. |
| getDescription() | Expanded description of the error. |
| getLocation() | Location of the error. |
| getFontKey() | Key (PDF name) of the Font object that is used for showing text that causes extraction error. |
| getFontName() | Readable (internal) name of the Font object that is used for showing text that causes extraction error. |
| getExtractedText() | Text that was actually extracted. |
| toString() | Returns string representation. |
getSummary()
public String getSummary()
Brief description of the error.
Returns: java.lang.String - String value
getDescription()
public String getDescription()
Expanded description of the error.
Returns: java.lang.String - String value
getLocation()
public TextExtractionErrorLocation getLocation()
Location of the error.
Returns: TextExtractionErrorLocation - TextExtractionErrorLocation instance
getFontKey()
public String getFontKey()
Key (PDF name) of the Font object that is used for showing text that causes extraction error.
Returns: java.lang.String - String value
getFontName()
public String getFontName()
Readable (internal) name of the Font object that is used for showing text that causes extraction error.
Returns: java.lang.String - String value
getExtractedText()
public String getExtractedText()
Text that was actually extracted.
Returns: java.lang.String - String value
toString()
public String toString()
Returns string representation.
Returns: java.lang.String - String representation