Documentation
 All Classes Functions Variables Properties
MST::Imaging::OCR::Ocr Class Reference

#include <OCR.h>

Static Public Member Functions

static String^ getTextFromImage (Image^ img)
 use to get text from image. More...
 
static System::IO::Stream^ ConvertImageToPdf (Image^ img)
 use to convert image to pdf. More...
 

Detailed Description

This class is used to get text from image and also to convert image to pdf stream.

Member Function Documentation

static System::IO::Stream MST::Imaging::OCR::Ocr::ConvertImageToPdf ( Image img)
static

use to convert image to pdf.

Parameters
imgIt is a image which stream it returns.
Returns
it returns image's stream .
static String MST::Imaging::OCR::Ocr::getTextFromImage ( Image img)
static

use to get text from image.

Parameters
imgit is a Image from which it get text.
Returns
all text which it get from image.

The documentation for this class was generated from the following file: