Namespace: BitMiracle.Docotic.Pdf
public string GetText()
Public Function GetText As String
PDF documents draw and store text according to the visual order. To properly extract right-to-left and bidirectional text, you need to reorder characters according to the logical order.
This method uses the inverse Bidi algorithm with the AutoLtr reading direction to reorder text according to the logical order.
After that, codepoints from Arabic and Hebrew presentation forms are normalized in the reordered text. Normalization is made according to the Normalization Form KC.