Foxit PDF SDK
FoxitPDFSDKPython2.OCRSuspectInfo Class Reference

Inherits FoxitPDFSDKPython2._object.

Static Public Attributes

 page_index = _fsdk.OCRSuspectInfo_page_index
 The index of page.
 
 suspect_words = _fsdk.OCRSuspectInfo_suspect_words
 Suspicious words after OCR recognition.
 
 words_rect = _fsdk.OCRSuspectInfo_words_rect
 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.