Hello,
I’m new and I need help. I follow the vid samples in UiPath docs and already extracted other data except for the currency and amount from PDF file. Code is like this:
Read PDF Text output → ExtractedText
ArrayText = ExtractedText.Split(Environment.NewLine.ToArray,StringSplitOptions.RemoveEmptyEntries)
Currency and Amount is in ArrayText(7)
Any ideas is appreciated. Thank you
Payment Vouchers part 1_4.pdf (1.9 KB)
Payment Vouchers part 1_6.pdf (1.8 KB)