How to design “Jump function” by GOTO & PageIdentify & label & Table compare.

There are three function can fulfill JUMP

  • GOTO : Directly jump to other command line.
  • PageID : It is like the pattern match and jump to other command line.
  • Compare Table : Compare the OCR Table and jump to other command line.

Use GoTo fulfill JUMP function

Discription Normal machine

Use both element of GoTo with Lebel fulfill JUMP function

Discription Normal machine

Use PageID fulfill JUMP function

Discription Normal machine

Use both element of PageID with Lebel fulfill JUMP function

Discription Normal machine

Use Table Compare fulfill JUMP function

Discription Normal machine