![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents line of OCR words More...
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] |
Represents line of OCR words
| SolidFramework.Imaging.OcrLine.OcrLine | ( | SolidFramework.Imaging.OcrWordsCollection | words | ) |
Initializes a new instance of the OcrLine class.
| words | The words. |