 | OcrResultRendererAddImage Method |
Adds the recognized text from the source image to the current document.
Invalid if BeginDocument not yet called.
Namespace:
Patagames.Ocr
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic bool AddImage(
OcrApi api
)
Public Function AddImage (
api As OcrApi
) As Boolean
public:
bool AddImage(
OcrApi^ api
)
member AddImage :
api : OcrApi -> bool
public boolean AddImage(
OcrApi api
)
Parameters
- api
- Type: Patagames.OcrOcrApi
instance of the OcrApi class
Return Value
Type:
BooleanTrue if successful, False otherwise.
Remarks Note |
---|
Note that this API is a bit weird but is designed to fit into the
current OcrApi implementation where the api has lots of state
information that we might want to add in.
|
See Also