Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Imaging.OcrLine Class Reference

Represents line of OCR words More...

Inheritance diagram for SolidFramework.Imaging.OcrLine:

Public Member Functions

virtual void Dispose ()
 
 OcrLine (SolidFramework.Imaging.OcrWordsCollection words)
 Initializes a new instance of the OcrLine class. More...
 
SolidFramework.Imaging.OcrWordsCollection GetOcrWords ()
 
override string ToString ()
 
bool Equals (SolidFramework.Imaging.OcrLine other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Imaging.OcrLine obj1, SolidFramework.Imaging.OcrLine obj2)
 
static bool operator!= (SolidFramework.Imaging.OcrLine obj1, SolidFramework.Imaging.OcrLine obj2)
 

Properties

SolidFramework.Imaging.OcrWord this[int index] [get]
 
int Count [get]
 

Detailed Description

Represents line of OCR words

Constructor & Destructor Documentation

◆ OcrLine()

SolidFramework.Imaging.OcrLine.OcrLine ( SolidFramework.Imaging.OcrWordsCollection  words)

Initializes a new instance of the OcrLine class.

Parameters
wordsThe words.