SplitPdf2Input.Lang Property

Definition

the language for OCR (text from image) to use for scanned PDF, PNG, and JPG documents input when extracting text. The default is “eng”. Other languages are also supported: deu, spa, chi_sim, jpn, and many others (full list of supported OCR languages is at https://developer.pdf.co/api/pdf-make-text-searchable-or-unsearchable/index.html#language-support). You can also use 2 languages simultaneously like this: eng+deu or jpn+kor (any combination).

[System.Text.Json.Serialization.JsonPropertyName("lang")]
public string Lang { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("lang")>]
member this.Lang : string with get, set
Public Property Lang As String

Property Value

Attributes

Applies to