|
Foxit PDF SDK
|
Public Member Functions | |
| def | Release () |
| A callback function used to release current callback object itself. More... | |
| def | Report (category, confidence, page_index, rect) |
| A callback function used to get the tagged PDF document result information, triggered when the document will be tagged. More... | |
This class represents a callback object used to tag PDF document. All the pure virtual functions in this class are used as callback functions and should be implemented by user in derived class. User can also re-write the virtual functions in this class in custom way.
| def fsdk.TaggedPDFCallback.Release | ( | ) |
A callback function used to release current callback object itself.
| def fsdk.TaggedPDFCallback.Report | ( | category, | |
| confidence, | |||
| page_index, | |||
| rect | |||
| ) |
A callback function used to get the tagged PDF document result information, triggered when the document will be tagged.
This function is very useful for user to get the tagged PDF document result information.
| [in] | category | The report category for tagged PDF. Please refer to values starting from fsdk.TaggedPDFCallbackE_ReportCategoryRegion and this would be one of these values. |
| [in] | confidence | The report confidence for tagged PDF. Please refer to values starting from fsdk.TaggedPDFCallbackE_ReportConfidenceHigh and this would be one of these values. |
| [in] | page_index | The page index of current report item belongs to. |
| [in] | rect | The rectangle of current report item. |