/VBA-RapidOCR

VBA Wrapper for RapidOCR

Primary LanguageVBAMIT LicenseMIT

VBA-RapidOCR

Latest Version MIT License Made with Love

VBA Wrapper for RapidOCR: A library that empowers VBA users to extract text from images using the robust RapidOCR engine.

Features

  • Get Text From Image File.
  • Easy to use.

Install RapidOCR and ONNX Models

Usage

Basic use:
Sub TestRapidOCRSimple()

    Dim ocr As New RapidOCR
    ocr.MsgBox ocr.ImageToText(ThisWorkbook.Path & "\images\Image1.png")
 
End Sub

Release History

See CHANGELOG.md

License

Usage is provided under the MIT License.

Copyright © 2024, Danysys.