Skip to content

DanysysTeam/VBA-UWPOCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UWPOCR

Latest Version MIT License Made with Love

VBA-UWPOCR is a simple library to use Universal Windows Platform Optical character recognition API.

Features

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

Usage

Basic use:
    Dim ocr As New UWPOCR

    MsgBox ocr.ImageToText(ThisWorkbook.Path & "\Images\Image1.png")(0)

Release History

See CHANGELOG.md

License

Usage is provided under the MIT License.

Copyright © 2024, Danysys.

About

VBA-UWPOCR Windows Platform Optical character recognition API Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages