Overview Video

Video

Funtions list

How to design “Jump function”

  1. jump to flag or next step by goto
  2. Jump to flag when this page is right.
  3. Jump to next or previous step when comparing the OCR table.

How to design “click function”

  1. Left-button,right-button and midel-button all can single-click and double-click.
  2. Left-button,right-button and midel-button all can click-down or click-up.
  3. The mouse can click multi-point by dynamically update the OCR table.

How to design “key-in function”

  1. key-in string is fixed.
  2. key-in string is from OCR Table.
  3. key-in string is from text.

Add OCR and save the log

  1. How add OCR in script
  2. How to add the Exist ROI setting
  3. How to save the OCR table in CSV

How to design a for loop

  1. Use the single loop.
  2. use the dual loop.