Dear Reinaldo,
many thanks for sharing it
Search found 55 matches: transym
Searched query: transym
- Fri Jun 02, 2023 5:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR for Harbour
- Replies: 1
- Views: 378
- Thu Jun 01, 2023 10:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR for Harbour
- Replies: 1
- Views: 378
Transym OCR for Harbour
Hello Fivewinners;
I have re-written my wrapper functions to OCR from Harbour using Transym. This time using Transym TOCR version 5.1. TOCR is pretty accurate. The biggest problem is their support sucks and you must purchase the license which is good in one single pc. Installing the license is ...
I have re-written my wrapper functions to OCR from Harbour using Transym. This time using Transym TOCR version 5.1. TOCR is pretty accurate. The biggest problem is their support sucks and you must purchase the license which is good in one single pc. Installing the license is ...
- Sun Mar 07, 2021 8:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
Dear Antonio,
Do you think that the OCR example will be included in the next FIVEWIN update.
Best regards,
Otto
Do you think that the OCR example will be included in the next FIVEWIN update.
Best regards,
Otto
- Wed Feb 24, 2021 1:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
hi,
with tiff file I have not problem.
how can I read a pdf file?
file PDF has 4 in 2nd parameter
but I get error 40 Job 0, unknown job type 4
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
oText:Add(OCRFromFileUsingTransym( TestTifFile, 4 ) )
but I get error 40 Job 0, unknown job type 4
- Tue Feb 23, 2021 3:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
- Tue Feb 23, 2021 9:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
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.
- Mon Feb 22, 2021 12:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
Can you share the solution, please?
EMG
EMG
- Mon Feb 22, 2021 11:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
hi,
I solved thanks to a old post of Antonio.
Thank you
I solved thanks to a old post of Antonio.
Thank you
- Fri Feb 19, 2021 4:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
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.
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.
- Fri Feb 19, 2021 3:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
Ok, let's wait for Reinaldo...
EMG
EMG
- Fri Feb 19, 2021 2:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
I think that Reinaldo has that...
- Fri Feb 19, 2021 1:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
We need the correct LIBs for BCC or the DLLs to generate the LIBs. Otherwise, we have to use MSC.
EMG
EMG
- Fri Feb 19, 2021 1:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
inside zip file there is not .dll file
- Fri Feb 19, 2021 1:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
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
- Fri Feb 19, 2021 11:54 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transym OCR wrapper functions for Harbour
- Replies: 30
- Views: 4438
Re: Transym OCR wrapper functions for Harbour
how can I to solve it?