Página 2 de 3

Publicado: 09 Oct 2013 19:36
por Pabloko
if you cannot use it you should not use it

Publicado: 09 Oct 2013 20:09
por MURATBOY31
I understand, but also i really want to see how it works...

Publicado: 09 Oct 2013 21:45
por Pabloko
You might check reference DLL.CallFunction instead asking us to do your work.

If you have some code thats not working we sould help, but we are not going to make a full example just for you. Try for yourself and if you fail ask for help, never ask for nothing that you didn't tried early. Thats a warning

Publicado: 05 Nov 2013 12:24
por jackdaniels
Am I Using it wrong ?
 OCR = DLL.CallFunction("AutoPlay\\Docs\\AspriseOCR.dll", "OCRocr", "\"C:\Test.jpg\"", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL);
Dialog.Message("OCR Text", OCR); 
I am testing this image but it returns nothing back !
Imagen

Publicado: 05 Nov 2013 19:45
por Pabloko
TRY THIS
OCR = DLL.CallFunction("AutoPlay\\Docs\\AspriseOCR.dll", "OCRocr", "\"C:\Test.jpg\",-1", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL);
Dialog.Message("OCR Text", OCR);

Publicado: 05 Nov 2013 19:52
por jackdaniels
thanks for reply Pabloko

same result;
Imagen

Publicado: 05 Nov 2013 20:08
por Pabloko
HERES A WORKING EXAMPLE
Imagen
HIDE: ON
Hidebb Message Hidden Description

Publicado: 05 Nov 2013 20:17
por jackdaniels
thanks alot Pabloko... :friends:

Publicado: 05 Nov 2013 20:19
por Pabloko
IVE UPLOADED BAD DLLS, NOW WORKS

Re: AspriseOCR wrapper dll/c# para ams

Publicado: 27 Feb 2014 12:52
por geneus
the link is not working Mr pabloko

Publicado: 28 Feb 2014 23:28
por Pabloko
updated and example added

Imagen

HIDE: ON
Hidebb Message Hidden Description

Publicado: 01 Mar 2014 12:20
por ayoux
:hypno: :hypno:

Publicado: 01 Mar 2014 12:44
por rafaxplayer
Subidos a AMSfiles ;)

Publicado: 01 Mar 2014 13:30
por abood1987
thanks Pablo ;)

but you can do that with arabic language " Read images written in Arabic " ?

Publicado: 01 Mar 2014 18:32
por Pabloko
this lib only supports latin.

If you have another with more support let me know

Re: AspriseOCR wrapper dll/c# para ams

Publicado: 11 Nov 2015 01:47
por hddutilite
manda pra mim

Re: AspriseOCR wrapper dll/c# para ams

Publicado: 20 Abr 2016 06:54
por luasqlite
ea muy bueno

Re: AspriseOCR wrapper dll/c# para ams

Publicado: 03 Jun 2018 06:56
por andrea
view this project

Re: AspriseOCR wrapper dll/c# para ams

Publicado: 06 Jun 2018 01:55
por sendai
gracias

Re: AspriseOCR wrapper dll/c# para ams

Publicado: 06 Jun 2018 02:10
por sendai
How about if the background is black and the text is white or red or other color?