Skip to content

AutoIt UWPOCR UDF Windows Platform Optical character recognition API Implementation

Notifications You must be signed in to change notification settings

DanysysTeam/UWPOCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UWPOCR

Latest Version AutoIt Version MIT License Made with Love

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

Features

  • Get Text From Image File.
  • Get Text From GDI+ Bitmap.
  • Easy to use.

Usage

Basic use:
#include "..\UWPOCR.au3"

_Example()

Func _Example()
	Local $sOCRTextResult = _UWPOCR_GetText(FileOpenDialog("Select Image", @ScriptDir & "\", "Images (*.jpg;*.bmp;*.png;*.tif;*.gif)"))
	MsgBox(0,"",$sOCRTextResult)
EndFunc
More examples here.

Release History

See CHANGELOG.md

License

Usage is provided under the MIT License.

Copyright © 2022, Danysys.

About

AutoIt UWPOCR UDF Windows Platform Optical character recognition API Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages