Foxit PDF SDK
|
Public Member Functions | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
int | getPage_index () |
Get the index of page. More... | |
String | getSuspect_words () |
Get suspicious words after OCR recognition. More... | |
RectF | getWords_rect () |
Get the box rectangle, in PDF coordinate system for suspicious words. More... | |
void | setPage_index (int value) |
Set the index of page. More... | |
void | setSuspect_words (String value) |
Set suspicious words after OCR recognition. More... | |
void | setWords_rect (RectF value) |
Set the box rectangle, in PDF coordinate system for suspicious words. More... | |
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.
synchronized void com.foxit.sdk.addon.ocr.OCRSuspectInfo.delete | ( | ) |
Clean up related resources immediately.
com.foxit.sdk.addon.ocr.OCRSuspectInfo.getPage_index | ( | ) |
Get the index of page.
com.foxit.sdk.addon.ocr.OCRSuspectInfo.getSuspect_words | ( | ) |
Get suspicious words after OCR recognition.
com.foxit.sdk.addon.ocr.OCRSuspectInfo.getWords_rect | ( | ) |
Get the box rectangle, in PDF coordinate system for suspicious words.
com.foxit.sdk.addon.ocr.OCRSuspectInfo.setPage_index | ( | int | value | ) |
Set the index of page.
[in] | value | The index of page. |
com.foxit.sdk.addon.ocr.OCRSuspectInfo.setSuspect_words | ( | String | value | ) |
Set suspicious words after OCR recognition.
[in] | value | Suspicious words after OCR recognition. |
com.foxit.sdk.addon.ocr.OCRSuspectInfo.setWords_rect | ( | RectF | value | ) |
Set the box rectangle, in PDF coordinate system for suspicious words.
[in] | value | The box rectangle, in PDF coordinate system for suspicious words. |