Documentation
 All Classes Functions Variables Properties
OCR.h
1 #pragma once
2 using namespace System;
3 using namespace System::IO;
4 using namespace System::Drawing;
5 
6 namespace MST
7 {
8  namespace Imaging
9  {
10  namespace OCR
11  {
16  public ref class Ocr
17  {
18  Ocr(){}
19 
25  static String^ getTextFromImage(Image^ img);
26 
32  static System::IO::Stream^ ConvertImageToPdf(Image^ img);
33  };
34  }
35  }
36 }
Definition: Image.h:15
Definition: OCR.h:16