Page 2 of 3
Re: Transym OCR wrapper functions for Harbour
Posted:
Fri Feb 19, 2021 10:59 am
by Enrico Maria Giordano
Ok, it looks like you are using TOCRDLL.LIB for MSC instead the one for BCC.
EMG
Re: Transym OCR wrapper functions for Harbour
Posted:
Fri Feb 19, 2021 11:18 am
by damianodec
Re: Transym OCR wrapper functions for Harbour
Posted:
Fri Feb 19, 2021 11:48 am
by Enrico Maria Giordano
Ok, I confirm: those DLLs are not for BCC.
EMG
Re: Transym OCR wrapper functions for Harbour
Posted:
Fri Feb 19, 2021 11:54 am
by damianodec
how can I to solve it?
Re: Transym OCR wrapper functions for Harbour
Posted:
Fri Feb 19, 2021 1:10 pm
by Enrico Maria Giordano
Enrico Maria Giordano wrote:Ok, I confirm: those DLLs are not for BCC.
Sorry, my mistake: the LIBs are not for BCC. If you have the DLLs then you can generate the LIBs for BCC using implib.exe.
EMG
Re: Transym OCR wrapper functions for Harbour
Posted:
Fri Feb 19, 2021 1:27 pm
by damianodec
inside zip file there is not .dll file
Re: Transym OCR wrapper functions for Harbour
Posted:
Fri Feb 19, 2021 1:56 pm
by Enrico Maria Giordano
We need the correct LIBs for BCC or the DLLs to generate the LIBs. Otherwise, we have to use MSC.
EMG
Re: Transym OCR wrapper functions for Harbour
Posted:
Fri Feb 19, 2021 2:09 pm
by damianodec
I think that Reinaldo has that...
Re: Transym OCR wrapper functions for Harbour
Posted:
Fri Feb 19, 2021 3:37 pm
by Enrico Maria Giordano
Ok, let's wait for Reinaldo...
EMG
Re: Transym OCR wrapper functions for Harbour
Posted:
Fri Feb 19, 2021 4:50 pm
by reinaldocrespo
Hello;
I think you can download from here:
https://transym.com/download/I tried emailing the .dll to Enrico but nowadays you can't send a .dll even you alter the extension.
Let me know if download works for you.
Thank you,
Reinaldo.
Re: Transym OCR wrapper functions for Harbour
Posted:
Mon Feb 22, 2021 11:57 am
by damianodec
hi,
I solved thanks to a old post of Antonio.
Thank you
Re: Transym OCR wrapper functions for Harbour
Posted:
Mon Feb 22, 2021 12:43 pm
by Enrico Maria Giordano
Can you share the solution, please?
EMG
Re: Transym OCR wrapper functions for Harbour
Posted:
Tue Feb 23, 2021 9:17 am
by nageswaragunupudi
I tried emailing the .dll to Enrico but nowadays you can't send a .dll even you alter the extension.
You can send using
www.wetransfer.com.
Even exe.
Re: Transym OCR wrapper functions for Harbour
Posted:
Tue Feb 23, 2021 3:34 pm
by damianodec
Re: Transym OCR wrapper functions for Harbour
Posted:
Wed Feb 24, 2021 1:07 pm
by damianodec
hi,
with tiff file I have not problem.
how can I read a pdf file?
file PDF has 4 in 2nd parameter
- Code: Select all Expand view
oText:Add(OCRFromFileUsingTransym( TestTifFile, 4 ) )
but I get error 40 Job 0, unknown job type 4