Skip to content

Releases: MurageKabui/AutoIT-OCRSpace-UDF

v1.4.0

08 Aug 01:58
0287bc0
Compare
Choose a tag to compare

Minor fixes , removed UDF specific au3check options.

OCRSpaceUDF v1.3

08 Aug 17:12
8d1df1e
Compare
Choose a tag to compare
  • If Overlay info was NOT requested at _OCRSpace_SetUpOCR() and dev still wants an array @ $iReturnType s/he will get it!

  • _OCRSpace_ImageGetText() returns errorlevel 0 if nothing failed, else returns the structured error code based on the api errorcodes ;
    0 : File not found
    1 : Success
    10 : OCR Engine Parse Error
    20 : Timeout
    30 : Validation Error
    99 : Unknown Error

OCRSpaceUDF v1.2.zip

04 Jul 12:53
fadcff5
Compare
Choose a tag to compare
  • Can return an array , referring to the requested overlay info
  • URL validated using shlwapi.dll
  • Better error handling

OCRSpaceUDF v1.1

28 Jun 21:29
d10c2f0
Compare
Choose a tag to compare
OCRSpaceUDF v1.1 Changelog
  • First release.
  • Added iReturnType parameter in _OCRSpace_ImageGetText