Cuminas DjVu SDK for .NET Framework
PerformOCR(OcrSettings,Boolean) Method



Parameters to configure OCR process.
true to perform OCR even if the page already contains texts; otherwise if the page already contains texts, the method does nothing.
Performs OCR on the page.
Syntax
Public Overloads Sub PerformOCR( _
   ByVal ocrSettings As OcrSettings, _
   ByVal forceOCR As Boolean _
) 
Dim instance As Page
Dim ocrSettings As OcrSettings
Dim forceOCR As Boolean
 
instance.PerformOCR(ocrSettings, forceOCR)
public void PerformOCR( 
   OcrSettings ocrSettings,
   bool forceOCR
)
public:
void PerformOCR( 
   OcrSettings^ ocrSettings,
   bool forceOCR
) 

Parameters

ocrSettings
Parameters to configure OCR process.
forceOCR
true to perform OCR even if the page already contains texts; otherwise if the page already contains texts, the method does nothing.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Page Class
Page Members
Overload List

Send Feedback