Hello guys. I just did another OCR wrapper for this nice library.
What's AU3-RapidOCR?
RapidOCR UDF is a simple wrapper for RapidOCR library.
Features.
Get Text From Image File.
Easy to use.
Usage:
#include "RapidOCR.au3"
_Example()
Func _Example()
MsgBox(0, "", _RapidOCR_ImageToText(@ScriptDir & "\images\Image1.png"))
EndFunc
Check RapidOCR UDF on GitHub.
Saludos