VBA-UWPOCR is a simple library to use Universal Windows Platform Optical character recognition API.
- Get Text From Image File.
- Easy to use.
Dim ocr As New UWPOCR
MsgBox ocr.ImageToText(ThisWorkbook.Path & "\Images\Image1.png")(0)
See CHANGELOG.md
Usage is provided under the MIT License.
Copyright © 2024, Danysys.