VBA Wrapper for RapidOCR: A library that empowers VBA users to extract text from images using the robust RapidOCR engine.
- Get Text From Image File.
- Easy to use.
- Execute Run-DownloadRapidOCRLibrary.bat
Sub TestRapidOCRSimple()
Dim ocr As New RapidOCR
ocr.MsgBox ocr.ImageToText(ThisWorkbook.Path & "\images\Image1.png")
End Sub
See CHANGELOG.md
Usage is provided under the MIT License.
Copyright © 2024, Danysys.