Overview Video
Funtions list
How to design “Jump function”
- jump to flag or next step by goto
- Jump to flag when this page is right.
- Jump to next or previous step when comparing the OCR table.
How to design “click function”
- Left-button,right-button and midel-button all can single-click and double-click.
- Left-button,right-button and midel-button all can click-down or click-up.
- The mouse can click multi-point by dynamically update the OCR table.
How to design “key-in function”
- key-in string is fixed.
- key-in string is from OCR Table.
- key-in string is from text.
Add OCR and save the log
- How add OCR in script
- How to add the Exist ROI setting
- How to save the OCR table in CSV
How to design a for loop
- Use the single loop.
- use the dual loop.