API published in: S60 3rd Ed FP 1
Link against: ocrsrv.lib
Required Capabilities
None
#include <ocrsrv.h>
Inherits MOCREngineInterface.
This set of interfaces offers the OCR engine which does not support Layout Analysis on full images. User shall implement their own layout solution
RecognizeBlockL recognizes text information in a single block area regardless of content
RecognizeSpecialRegionL recognizes text information in a single block area and its content sensitive. User can select three different types of contents: e-mail address, phone numbers or web addresses
Public Member Functions |
|
virtual void | RecognizeBlockL (const TInt aBitmapHandle, const TOCRLayoutBlockInfo aLayoutInfo)=0 |
This method recognizes text in a single block. |
|
virtual void | RecognizeSpecialRegionL (const TInt aBitmapHandle, const TRegionInfo aRegionInfo)=0 |
This method recognizes text with special content in a single block. |
|
This method recognizes text in a single block.
|
|
This method recognizes text with special content in a single block. Note that SetActiveLanguageL has to be called first and language must be set to TLanguage::ELangEnglish
|