News:

Welcome to our NEW forum! We invite you to sign up today
so it can grow to be a valuable resource to all Toolbox users!

Main Menu

[Tip] Get the text from an image with OCR

Started by Paul (Lead Developer), March 21, 2026, 11:30:32 AM

Previous topic - Next topic

Paul (Lead Developer)

When you want to copy or extract the text from an image, you can use AlomWare Toolbox's OCR function. This example action gets the text from the image currently in the clipboard, with the result shown in the screenshot under it:

(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at alomware.com/paste.png
0001 String: Assign from clipboard image ""
0002 Alert: Show a message "string$"
(End)