Extracts table columns information from the specified image.
public void ExtractInfo(
RasterImage image,
IOcrEngine ocrEngine
)
public void extractInfo(
RasterImage image,
OcrEngine ocrEngine
);
Public Sub ExtractInfo(
ByVal image As RasterImage,
ByVal ocrEngine As IOcrEngine
)
public:
void ExtractInfo(
RasterImage^ image,
IOcrEngine^ ocrEngine
)
image
RasterImage used to extract table columns information.
ocrEngine
IOcrEngine used in extracting table columns information
This method returns void, while it updates TableFormField with Columns information.
ExtractInfo updates TableFormField members such as Columns with the information found in the image.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document