Foxit PDF SDK
com.foxit.sdk.addon.ocr.OCRSuspectInfo类 参考

Public 成员函数

synchronized void delete ()
 直接清除C++相关资源。 更多...
 
int getPage_index ()
 Get 页面索引。 更多...
 
String getSuspect_words ()
 Get oCR识别后的可疑词汇。 更多...
 
RectF getWords_rect ()
 Get 在 PDF坐标系统 中可疑词汇的边界矩形 更多...
 
void setPage_index (int value)
 Set 页面索引。 更多...
 
void setSuspect_words (String value)
 Set oCR识别后的可疑词汇。 更多...
 
void setWords_rect (RectF value)
 Set 在 PDF坐标系统 中可疑词汇的边界矩形 更多...
 

详细描述

此类指示它用于收集在OCR识别完成后存在的可疑结果的信息集。 使用此信息可以快速定位可疑信息的页面和坐标位置。

成员函数说明

◆ delete()

synchronized void com.foxit.sdk.addon.ocr.OCRSuspectInfo.delete ( )

直接清除C++相关资源。

返回
无。
注解
一旦这个接口被调用,这个对象将不能再被使用。

◆ getPage_index()

com.foxit.sdk.addon.ocr.OCRSuspectInfo.getPage_index ( )

Get 页面索引。

返回
页面索引。

◆ getSuspect_words()

com.foxit.sdk.addon.ocr.OCRSuspectInfo.getSuspect_words ( )

Get oCR识别后的可疑词汇。

返回
OCR识别后的可疑词汇。

◆ getWords_rect()

com.foxit.sdk.addon.ocr.OCRSuspectInfo.getWords_rect ( )

Get 在 PDF坐标系统 中可疑词汇的边界矩形

返回
在 PDF坐标系统 中可疑词汇的边界矩形

◆ setPage_index()

com.foxit.sdk.addon.ocr.OCRSuspectInfo.setPage_index ( int  value)

Set 页面索引。

参数
[in]value页面索引。
返回
None.

◆ setSuspect_words()

com.foxit.sdk.addon.ocr.OCRSuspectInfo.setSuspect_words ( String  value)

Set oCR识别后的可疑词汇。

参数
[in]valueOCR识别后的可疑词汇。
返回
None.

◆ setWords_rect()

com.foxit.sdk.addon.ocr.OCRSuspectInfo.setWords_rect ( RectF  value)

Set 在 PDF坐标系统 中可疑词汇的边界矩形

参数
[in]value在 PDF坐标系统 中可疑词汇的边界矩形
返回
None.