Image recognition

I am performing image recognition which is provided by RPA learning path, but in that it is not showing me result of image addition i.e 13.

For referencePDF

  Discussion posts and replies are publicly visible

Parents
  • Hi  

    1. Variable Setup:

      • Create a variable named "calculator result."
    2. Open Calculator Application:

      • In the "Open Application" activity:
        • Set the executable name to "calc.exe."
        • Use "Find by Window Title" and set the expected window title to "Calculator."
    3. Create a Support Image:

      • Manually open the calculator in the Appian RPA agent.
      • From the Appian RPA agent menu in the taskbar, select "Create Support Image."
    4. Support Image Marking:

      • Mark the new image for the number 8, save the image, rename it, and click "Save Image."
      • Repeat this process for the "+" icon, saving images accordingly.
      • Similarly, save images for values you know, like 5 and "=".
    5. Configure Windows:

      • For the "Eight" configuration window:

        • Select "Full Screen" in the search section.
        • Set the max wait time to 2 seconds.
        • Choose "Exact Match" for pixel and color tolerance.
        • Enable mouse actions.
        • For the location image, select "Throw Exception if Not Found."
        • After completion, set "Wait Before Executing Next Actions" to 4 seconds.
      • For the "Plus" configuration window:

        • Set "Don't Wait" for wait time.
        • Choose "Exact Match" for pixel and color tolerance.
        • Enable mouse actions.
        • For the location image, select "Throw Exception if Not Found."
      • Repeat the same configuration process for the "Five" value.

    6. Keyboard Shortcuts:

      • Use the "Press Keyboard Shortcuts" activity.
        • Change the display name to "Copy the Result."
        • In modifier keys, select "Ctrl."
        • In additional keys, select "Characters" and provide "c."
        • In interaction, select "Press and Release Keys."
    7. Get Clipboard Value:

      • Use the "Get Clipboard Value" activity.
        • In the configuration output section:
          • Select "Is Stored As" in the dropdown.
          • In the target, provide the variable created, i.e., "calculator result."
          • After completion, select the "Take a screenshot" option.

    Follow these steps carefully, and you should obtain the correct result.
    Follow these screenshots for a better understanding.

Reply
  • Hi  

    1. Variable Setup:

      • Create a variable named "calculator result."
    2. Open Calculator Application:

      • In the "Open Application" activity:
        • Set the executable name to "calc.exe."
        • Use "Find by Window Title" and set the expected window title to "Calculator."
    3. Create a Support Image:

      • Manually open the calculator in the Appian RPA agent.
      • From the Appian RPA agent menu in the taskbar, select "Create Support Image."
    4. Support Image Marking:

      • Mark the new image for the number 8, save the image, rename it, and click "Save Image."
      • Repeat this process for the "+" icon, saving images accordingly.
      • Similarly, save images for values you know, like 5 and "=".
    5. Configure Windows:

      • For the "Eight" configuration window:

        • Select "Full Screen" in the search section.
        • Set the max wait time to 2 seconds.
        • Choose "Exact Match" for pixel and color tolerance.
        • Enable mouse actions.
        • For the location image, select "Throw Exception if Not Found."
        • After completion, set "Wait Before Executing Next Actions" to 4 seconds.
      • For the "Plus" configuration window:

        • Set "Don't Wait" for wait time.
        • Choose "Exact Match" for pixel and color tolerance.
        • Enable mouse actions.
        • For the location image, select "Throw Exception if Not Found."
      • Repeat the same configuration process for the "Five" value.

    6. Keyboard Shortcuts:

      • Use the "Press Keyboard Shortcuts" activity.
        • Change the display name to "Copy the Result."
        • In modifier keys, select "Ctrl."
        • In additional keys, select "Characters" and provide "c."
        • In interaction, select "Press and Release Keys."
    7. Get Clipboard Value:

      • Use the "Get Clipboard Value" activity.
        • In the configuration output section:
          • Select "Is Stored As" in the dropdown.
          • In the target, provide the variable created, i.e., "calculator result."
          • After completion, select the "Take a screenshot" option.

    Follow these steps carefully, and you should obtain the correct result.
    Follow these screenshots for a better understanding.

Children
No Data