TextExtractionErrorLocation

TextExtractionErrorLocation class

Represents the location in the PDF document where text extraction error has appeared.

The TextExtractionErrorLocation type exposes the following members:

Properties

NameDescription
pathLocation of the PDF document where text extraction error has appeared.
page_numberNumber of the document page where text extraction error has located.
object_typeType of the PDF object (Page or xForm) in which contents stream text extraction error has located.
form_keyKey (name) of the PDF Form XObject in which contents stream text extraction error has located. Not empty if ObjectType == ‘xForm’.
operator_indexIndex of text showing operator in the contents stream (operator collection) that causes text extraction error.
operator_stringText showing operator that causes text extraction error.
font_used_keyKey (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.
text_start_pointKey (name) of the PDF Font object that is used for showing of the operator that causes text extraction error.

See Also