Class LibTesseract5Instance
Inheritance
System.Object
LibTesseract5Instance
Assembly: IronOcr.dll
Syntax
public class LibTesseract5Instance : Object, ILibTesseract
Constructors
LibTesseract5Instance()
Declaration
public LibTesseract5Instance()
Methods
BaseAPIAnalyseLayout(HandleRef)
Declaration
public IntPtr BaseAPIAnalyseLayout(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.IntPtr |
|
BaseAPIClear(HandleRef)
Declaration
public void BaseAPIClear(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
BaseApiCreate()
Declaration
public IntPtr BaseApiCreate()
Returns
| Type |
Description |
| System.IntPtr |
|
BaseApiDelete(HandleRef)
Declaration
public void BaseApiDelete(HandleRef ptr)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
ptr |
|
BaseApiGetBoolVariable(HandleRef, String, out Int32)
Declaration
public int BaseApiGetBoolVariable(HandleRef handle, string name, out int value)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.String |
name |
|
| System.Int32 |
value |
|
Returns
| Type |
Description |
| System.Int32 |
|
BaseApiGetBoxTextInternal(HandleRef, Int32)
Declaration
public IntPtr BaseApiGetBoxTextInternal(HandleRef handle, int pageNum)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.Int32 |
pageNum |
|
Returns
| Type |
Description |
| System.IntPtr |
|
BaseAPIGetComponentImages(HandleRef, PageIteratorLevel, Int32, IntPtr, IntPtr)
Declaration
public IntPtr BaseAPIGetComponentImages(HandleRef handle, PageIteratorLevel level, int text_only, IntPtr pixa, IntPtr blockids)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| PageIteratorLevel |
level |
|
| System.Int32 |
text_only |
|
| System.IntPtr |
pixa |
|
| System.IntPtr |
blockids |
|
Returns
| Type |
Description |
| System.IntPtr |
|
BaseAPIGetDatapath(HandleRef)
Declaration
public string BaseAPIGetDatapath(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.String |
|
BaseApiGetDoubleVariable(HandleRef, String, out Double)
Declaration
public int BaseApiGetDoubleVariable(HandleRef handle, string name, out double value)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.String |
name |
|
| System.Double |
value |
|
Returns
| Type |
Description |
| System.Int32 |
|
BaseApiGetHOCRTextInternal(HandleRef, Int32)
Declaration
public IntPtr BaseApiGetHOCRTextInternal(HandleRef handle, int pageNum)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.Int32 |
pageNum |
|
Returns
| Type |
Description |
| System.IntPtr |
|
BaseApiGetIntVariable(HandleRef, String, out Int32)
Declaration
public int BaseApiGetIntVariable(HandleRef handle, string name, out int value)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.String |
name |
|
| System.Int32 |
value |
|
Returns
| Type |
Description |
| System.Int32 |
|
BaseApiGetIterator(HandleRef)
Declaration
public IntPtr BaseApiGetIterator(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.IntPtr |
|
BaseAPIGetPageSegMode(HandleRef)
Declaration
public PageSegMode BaseAPIGetPageSegMode(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
BaseApiGetStringVariableInternal(HandleRef, String)
Declaration
public IntPtr BaseApiGetStringVariableInternal(HandleRef handle, string name)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.String |
name |
|
Returns
| Type |
Description |
| System.IntPtr |
|
BaseAPIGetThresholdedImage(HandleRef)
Declaration
public IntPtr BaseAPIGetThresholdedImage(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.IntPtr |
|
BaseApiGetUNLVTextInternal(HandleRef)
Declaration
public IntPtr BaseApiGetUNLVTextInternal(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.IntPtr |
|
BaseAPIGetUTF8TextInternal(HandleRef)
Declaration
public IntPtr BaseAPIGetUTF8TextInternal(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.IntPtr |
|
BaseApiInit(HandleRef, String, String, Int32, String[], Int32, String[], String[], UIntPtr, Boolean)
Declaration
public int BaseApiInit(HandleRef handle, string datapath, string language, int mode, string[] configs, int configs_size, string[] vars_vec, string[] vars_values, UIntPtr vars_vec_size, bool set_only_non_debug_params)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.String |
datapath |
|
| System.String |
language |
|
| System.Int32 |
mode |
|
| System.String[] |
configs |
|
| System.Int32 |
configs_size |
|
| System.String[] |
vars_vec |
|
| System.String[] |
vars_values |
|
| System.UIntPtr |
vars_vec_size |
|
| System.Boolean |
set_only_non_debug_params |
|
Returns
| Type |
Description |
| System.Int32 |
|
BaseAPIMeanTextConf(HandleRef)
Declaration
public int BaseAPIMeanTextConf(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.Int32 |
|
BaseApiPrintVariablesToFile(HandleRef, String)
Declaration
public int BaseApiPrintVariablesToFile(HandleRef handle, string filename)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.String |
filename |
|
Returns
| Type |
Description |
| System.Int32 |
|
BaseApiRecognize(HandleRef, HandleRef)
Declaration
public int BaseApiRecognize(HandleRef handle, HandleRef monitor)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.Runtime.InteropServices.HandleRef |
monitor |
|
Returns
| Type |
Description |
| System.Int32 |
|
BaseApiSetDebugVariable(HandleRef, String, IntPtr)
Declaration
public int BaseApiSetDebugVariable(HandleRef handle, string name, IntPtr valPtr)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.String |
name |
|
| System.IntPtr |
valPtr |
|
Returns
| Type |
Description |
| System.Int32 |
|
BaseApiSetImage(HandleRef, HandleRef)
Declaration
public void BaseApiSetImage(HandleRef handle, HandleRef pixHandle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.Runtime.InteropServices.HandleRef |
pixHandle |
|
Declaration
public void BaseApiSetInputName(HandleRef handle, string value)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.String |
value |
|
Declaration
public void BaseAPISetInputName(HandleRef handle, string name)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.String |
name |
|
BaseAPISetOutputName(HandleRef, String)
Declaration
public void BaseAPISetOutputName(HandleRef handle, string name)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.String |
name |
|
BaseAPISetPageSegMode(HandleRef, PageSegMode)
Declaration
public void BaseAPISetPageSegMode(HandleRef handle, PageSegMode mode)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| PageSegMode |
mode |
|
BaseApiSetRectangle(HandleRef, Int32, Int32, Int32, Int32)
Declaration
public void BaseApiSetRectangle(HandleRef handle, int left, int top, int width, int height)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.Int32 |
left |
|
| System.Int32 |
top |
|
| System.Int32 |
width |
|
| System.Int32 |
height |
|
BaseApiSetVariable(HandleRef, String, IntPtr)
Declaration
public int BaseApiSetVariable(HandleRef handle, string name, IntPtr valPtr)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.String |
name |
|
| System.IntPtr |
valPtr |
|
Returns
| Type |
Description |
| System.Int32 |
|
BoxTextRendererCreate(String)
Declaration
public IntPtr BoxTextRendererCreate(string outputbase)
Parameters
| Type |
Name |
Description |
| System.String |
outputbase |
|
Returns
| Type |
Description |
| System.IntPtr |
|
ChoiceIteratorDelete(HandleRef)
Declaration
public void ChoiceIteratorDelete(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
ChoiceIteratorGetConfidence(HandleRef)
Declaration
public float ChoiceIteratorGetConfidence(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.Single |
|
ChoiceIteratorGetUTF8TextInternal(HandleRef)
Declaration
public IntPtr ChoiceIteratorGetUTF8TextInternal(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.IntPtr |
|
ChoiceIteratorNext(HandleRef)
Declaration
public int ChoiceIteratorNext(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.Int32 |
|
DeleteIntArray(IntPtr)
Declaration
public void DeleteIntArray(IntPtr arr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
arr |
|
DeleteResultRenderer(HandleRef)
Declaration
public void DeleteResultRenderer(HandleRef renderer)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
renderer |
|
DeleteText(IntPtr)
Declaration
public void DeleteText(IntPtr textPtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
textPtr |
|
DeleteTextArray(IntPtr)
Declaration
public void DeleteTextArray(IntPtr arr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
arr |
|
GetVersion()
Declaration
public string GetVersion()
Returns
| Type |
Description |
| System.String |
|
HOcrRendererCreate(String)
Declaration
public IntPtr HOcrRendererCreate(string outputbase)
Parameters
| Type |
Name |
Description |
| System.String |
outputbase |
|
Returns
| Type |
Description |
| System.IntPtr |
|
HOcrRendererCreate2(String, Int32)
Declaration
public IntPtr HOcrRendererCreate2(string outputbase, int font_info)
Parameters
| Type |
Name |
Description |
| System.String |
outputbase |
|
| System.Int32 |
font_info |
|
Returns
| Type |
Description |
| System.IntPtr |
|
PageIteratorBaseline(HandleRef, PageIteratorLevel, out Int32, out Int32, out Int32, out Int32)
Declaration
public int PageIteratorBaseline(HandleRef handle, PageIteratorLevel level, out int x1, out int y1, out int x2, out int y2)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| PageIteratorLevel |
level |
|
| System.Int32 |
x1 |
|
| System.Int32 |
y1 |
|
| System.Int32 |
x2 |
|
| System.Int32 |
y2 |
|
Returns
| Type |
Description |
| System.Int32 |
|
PageIteratorBegin(HandleRef)
Declaration
public void PageIteratorBegin(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
PageIteratorBlockType(HandleRef)
Declaration
public PolyBlockType PageIteratorBlockType(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
PageIteratorBoundingBox(HandleRef, PageIteratorLevel, out Int32, out Int32, out Int32, out Int32)
Declaration
public int PageIteratorBoundingBox(HandleRef handle, PageIteratorLevel level, out int left, out int top, out int right, out int bottom)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| PageIteratorLevel |
level |
|
| System.Int32 |
left |
|
| System.Int32 |
top |
|
| System.Int32 |
right |
|
| System.Int32 |
bottom |
|
Returns
| Type |
Description |
| System.Int32 |
|
PageIteratorCopy(HandleRef)
Declaration
public IntPtr PageIteratorCopy(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.IntPtr |
|
PageIteratorDelete(HandleRef)
Declaration
public void PageIteratorDelete(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
PageIteratorGetBinaryImage(HandleRef, PageIteratorLevel)
Declaration
public IntPtr PageIteratorGetBinaryImage(HandleRef handle, PageIteratorLevel level)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| PageIteratorLevel |
level |
|
Returns
| Type |
Description |
| System.IntPtr |
|
PageIteratorGetImage(HandleRef, PageIteratorLevel, Int32, HandleRef, out Int32, out Int32)
Declaration
public IntPtr PageIteratorGetImage(HandleRef handle, PageIteratorLevel level, int padding, HandleRef originalImage, out int left, out int top)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| PageIteratorLevel |
level |
|
| System.Int32 |
padding |
|
| System.Runtime.InteropServices.HandleRef |
originalImage |
|
| System.Int32 |
left |
|
| System.Int32 |
top |
|
Returns
| Type |
Description |
| System.IntPtr |
|
PageIteratorIsAtBeginningOf(HandleRef, PageIteratorLevel)
Declaration
public int PageIteratorIsAtBeginningOf(HandleRef handle, PageIteratorLevel level)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| PageIteratorLevel |
level |
|
Returns
| Type |
Description |
| System.Int32 |
|
PageIteratorIsAtFinalElement(HandleRef, PageIteratorLevel, PageIteratorLevel)
Declaration
public int PageIteratorIsAtFinalElement(HandleRef handle, PageIteratorLevel level, PageIteratorLevel element)
Parameters
Returns
| Type |
Description |
| System.Int32 |
|
PageIteratorNext(HandleRef, PageIteratorLevel)
Declaration
public int PageIteratorNext(HandleRef handle, PageIteratorLevel level)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| PageIteratorLevel |
level |
|
Returns
| Type |
Description |
| System.Int32 |
|
PageIteratorOrientation(HandleRef, out Orientation, out WritingDirection, out TextLineOrder, out Single)
Declaration
public void PageIteratorOrientation(HandleRef handle, out Orientation orientation, out WritingDirection writing_direction, out TextLineOrder textLineOrder, out float deskew_angle)
Parameters
PDFRendererCreate(String, IntPtr, Int32)
Declaration
public IntPtr PDFRendererCreate(string outputbase, IntPtr datadir, int textonly)
Parameters
| Type |
Name |
Description |
| System.String |
outputbase |
|
| System.IntPtr |
datadir |
|
| System.Int32 |
textonly |
|
Returns
| Type |
Description |
| System.IntPtr |
|
ResultIteratorCopy(HandleRef)
Declaration
public IntPtr ResultIteratorCopy(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.IntPtr |
|
ResultIteratorDelete(HandleRef)
Declaration
public void ResultIteratorDelete(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
ResultIteratorGetChoiceIterator(HandleRef)
Declaration
public IntPtr ResultIteratorGetChoiceIterator(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.IntPtr |
|
ResultIteratorGetConfidence(HandleRef, PageIteratorLevel)
Declaration
public float ResultIteratorGetConfidence(HandleRef handle, PageIteratorLevel level)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| PageIteratorLevel |
level |
|
Returns
| Type |
Description |
| System.Single |
|
ResultIteratorGetPageIterator(HandleRef)
Declaration
public IntPtr ResultIteratorGetPageIterator(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.IntPtr |
|
ResultIteratorGetUTF8TextInternal(HandleRef, PageIteratorLevel)
Declaration
public IntPtr ResultIteratorGetUTF8TextInternal(HandleRef handle, PageIteratorLevel level)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| PageIteratorLevel |
level |
|
Returns
| Type |
Description |
| System.IntPtr |
|
ResultIteratorSymbolIsDropcap(HandleRef)
Declaration
public bool ResultIteratorSymbolIsDropcap(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.Boolean |
|
ResultIteratorSymbolIsSubscript(HandleRef)
Declaration
public bool ResultIteratorSymbolIsSubscript(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.Boolean |
|
ResultIteratorSymbolIsSuperscript(HandleRef)
Declaration
public bool ResultIteratorSymbolIsSuperscript(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.Boolean |
|
ResultIteratorWordFontAttributes(HandleRef, out Boolean, out Boolean, out Boolean, out Boolean, out Boolean, out Boolean, out Int32, out Int32)
Declaration
public IntPtr ResultIteratorWordFontAttributes(HandleRef handle, out bool isBold, out bool isItalic, out bool isUnderlined, out bool isMonospace, out bool isSerif, out bool isSmallCaps, out int pointSize, out int fontId)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.Boolean |
isBold |
|
| System.Boolean |
isItalic |
|
| System.Boolean |
isUnderlined |
|
| System.Boolean |
isMonospace |
|
| System.Boolean |
isSerif |
|
| System.Boolean |
isSmallCaps |
|
| System.Int32 |
pointSize |
|
| System.Int32 |
fontId |
|
Returns
| Type |
Description |
| System.IntPtr |
|
ResultIteratorWordIsFromDictionary(HandleRef)
Declaration
public bool ResultIteratorWordIsFromDictionary(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.Boolean |
|
ResultIteratorWordIsNumeric(HandleRef)
Declaration
public bool ResultIteratorWordIsNumeric(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.Boolean |
|
ResultIteratorWordRecognitionLanguageInternal(HandleRef)
Declaration
public IntPtr ResultIteratorWordRecognitionLanguageInternal(HandleRef handle)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
Returns
| Type |
Description |
| System.IntPtr |
|
ResultRendererAddImage(HandleRef, HandleRef)
Declaration
public int ResultRendererAddImage(HandleRef renderer, HandleRef api)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
renderer |
|
| System.Runtime.InteropServices.HandleRef |
api |
|
Returns
| Type |
Description |
| System.Int32 |
|
ResultRendererBeginDocument(HandleRef, IntPtr)
Declaration
public int ResultRendererBeginDocument(HandleRef renderer, IntPtr titlePtr)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
renderer |
|
| System.IntPtr |
titlePtr |
|
Returns
| Type |
Description |
| System.Int32 |
|
ResultRendererEndDocument(HandleRef)
Declaration
public int ResultRendererEndDocument(HandleRef renderer)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
renderer |
|
Returns
| Type |
Description |
| System.Int32 |
|
ResultRendererExtention(HandleRef)
Declaration
public IntPtr ResultRendererExtention(HandleRef renderer)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
renderer |
|
Returns
| Type |
Description |
| System.IntPtr |
|
ResultRendererImageNum(HandleRef)
Declaration
public int ResultRendererImageNum(HandleRef renderer)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
renderer |
|
Returns
| Type |
Description |
| System.Int32 |
|
ResultRendererInsert(HandleRef, HandleRef)
Declaration
public void ResultRendererInsert(HandleRef renderer, HandleRef next)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
renderer |
|
| System.Runtime.InteropServices.HandleRef |
next |
|
ResultRendererNext(HandleRef)
Declaration
public IntPtr ResultRendererNext(HandleRef renderer)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
renderer |
|
Returns
| Type |
Description |
| System.IntPtr |
|
ResultRendererTitle(HandleRef)
Declaration
public IntPtr ResultRendererTitle(HandleRef renderer)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
renderer |
|
Returns
| Type |
Description |
| System.IntPtr |
|
TessBaseAPIDetectOrientationScript(HandleRef, out Int32, out Single, out IntPtr, out Single)
Declaration
public int TessBaseAPIDetectOrientationScript(HandleRef handle, out int orient_deg, out float orient_conf, out IntPtr script_name, out float script_conf)
Parameters
| Type |
Name |
Description |
| System.Runtime.InteropServices.HandleRef |
handle |
|
| System.Int32 |
orient_deg |
|
| System.Single |
orient_conf |
|
| System.IntPtr |
script_name |
|
| System.Single |
script_conf |
|
Returns
| Type |
Description |
| System.Int32 |
|
TextRendererCreate(String)
Declaration
public IntPtr TextRendererCreate(string outputbase)
Parameters
| Type |
Name |
Description |
| System.String |
outputbase |
|
Returns
| Type |
Description |
| System.IntPtr |
|
UnlvRendererCreate(String)
Declaration
public IntPtr UnlvRendererCreate(string outputbase)
Parameters
| Type |
Name |
Description |
| System.String |
outputbase |
|
Returns
| Type |
Description |
| System.IntPtr |
|
Implements