Basic commands for extracting data from PDFs | UiPath in 5 minutes | Ep:35

Basic commands for extracting data from PDFs | UiPath in 5 minutes | Ep:35

str.Substring(str.IndexOf(“International Calls:”)+“International Calls:”.Length+1)

tmp.Substring(0,tmp.IndexOf(Environment.NewLine))

str.Substring(str.IndexOf(“Invoice #”))

tmp.Split(New String() {Environment.NewLine}, StringSplitOptions.None)