10000 GitHub - mlipok/UWPOCR: AutoIt UWPOCR UDF Windows Platform Optical character recognition API Implementation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ UWPOCR Public
forked from DanysysTeam/UWPOCR

AutoIt UWPOCR UDF Windows Platform Optical character recognition API Implementation

Notifications You must be signed in to change notification settings

mlipok/UWPOCR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

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

  • AutoIt 100.0%
0