0

I have this document and i want to capture more than one line.I'm only managing to capture just one. I am interested in getting all the content in blue.

Image from my script -

Image from my script

Result I want to get -

Result I want to get

Alapan Das
  • 17,144
  • 3
  • 29
  • 52
Hora
  • 162
  • 1
  • 8

1 Answers1

0

Using at least datacap 9.1.1 i think you would maybe want something like:

RegExFind_InBlock("objectivo")
GoNextWord("1")
SelectParentBlock()
UpdateFieldWithBlock()

Depending on how your recognize action works, you may need to use SelectParentBlock() a few times

  • I tried this solution but the text was not found. Need to change something elsewhere? – Hora Sep 04 '20 at 12:12