Foxit PDF SDK
FoxitPDFSDKPython2.OCRSuspectInfo Class Reference

Inherits FoxitPDFSDKPython2._object.

Static Public Attributes

 page_index = _swig_property(_fsdk.OCRSuspectInfo_page_index_get, _fsdk.OCRSuspectInfo_page_index_set)
 The index of page.
 
 suspect_words = _swig_property(_fsdk.OCRSuspectInfo_suspect_words_get, _fsdk.OCRSuspectInfo_suspect_words_set)
 Suspicious words after OCR recognition.
 
 words_rect = _swig_property(_fsdk.OCRSuspectInfo_words_rect_get, _fsdk.OCRSuspectInfo_words_rect_set)
 The box rectangle, in PDF coordinate system for suspicious words.
 

Detailed Description

This class indicates that it is used to collect the information set of suspicious results that exist after OCR recognition is completed. Use this information to quickly locate the page and coordinate position of the suspicious information.