API Reference
Class
PdfRecognizedWord
OCR word normalized to top-left visual PDF-point coordinates after crop and page rotation.
Inheritance
- Object
- PdfRecognizedWord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfOcrPageMergeResult.Words
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double X { get; } #Left coordinate in visual PDF points.
public Double Y { get; } #Top coordinate in visual PDF points.
public String BlockId { get; } #Provider block identifier, when available.
public String ParagraphId { get; } #Provider paragraph identifier, when available.
public String LineId { get; } #Provider line identifier, when available.