Search found 918 matches

by reinaldocrespo
Tue Mar 28, 2017 11:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 62346

Transym OCR wrapper functions for Harbour

Hello everyone; I finally got Transym OCR to work from API using (x)Harbour. Here is the code in case anyone is interested in the future. //Reinaldo Crespo-Bazan 3/28/2017 6:39:11 PM //reinaldo.crespo@gmail.com //reinaldo.crespo@structuredsystems.com //This is sample code and wrapper functions to us...
by reinaldocrespo
Tue Mar 28, 2017 11:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 3707

Re: FWH app as Service

Hey Jeff; If this is a regular FW program set to execute a given procedure/function with a timer, then it is really **not** a service. Robb's answers assumes you are speaking of a real windows service. In MS-Windows a service is a computer program that operates in the background and has no access to...
by reinaldocrespo
Mon Mar 27, 2017 2:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 6062

Re: 3rd party c wrapper functions for harbour

Thank you very much Enrico. Good observations. The problem I'm having now is linking the app. It complains of missing TOCR functions as if I wasn't linking TOCRdll.lib but I am. xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6741) Copyright 1999-2010, http://www.xharbour.org http://www.harbour-projec...
by reinaldocrespo
Sun Mar 26, 2017 8:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 6062

Re: 3rd party c wrapper functions for harbour

I was hoping that by installing the key code here before coping over to the temp directory where you are download from would take care of that.

I will email you and anyone interested on trying the key code to install the license. That should fix that problem.

Reinaldo.
by reinaldocrespo
Sun Mar 26, 2017 6:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 6062

Re: 3rd party c wrapper functions for harbour

Try with the files I've placed on the server. http://lac.structuredsystems.com/temp/ Here you will find the exported .lib from .dll as well as all other needed files. I get a clean build using Borland c++ 5.82. You will probably have to comment the line that includes TOCRdll.h and instead create pro...
by reinaldocrespo
Sun Mar 26, 2017 6:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 6062

Re: 3rd party c wrapper functions for harbour

Well, thank you. I did not know the compiler assumed int. However, with my revised code that includes prototype declarations, I still have the same problem. Code with prototypes is shared on my previous entry on this thread. I have placed all the files needed to recreate the project on a temporary s...
by reinaldocrespo
Sun Mar 26, 2017 4:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 64
Views: 35939

Re: 1st FWH + [x]Harbour 2017 international conference

Hello everyone; I'm really looking forward to participating on this Summit. It is a great opportunity that no-one should miss. AMOF, I think we should do this every year. I guarantee everyone you will not be disappointed and it will be well worth the time and expense. Thank you very much to Otto, Ru...
by reinaldocrespo
Sun Mar 26, 2017 2:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 6062

Re: 3rd party c wrapper functions for harbour

Everyone; I did not include prototype definitions as it really doesn't make any difference. After all, you only get warnings back from the compiler. By not including these external headers I was hoping it would be easier for others to compile and give it a hack. To make things clearer, I've now adde...
by reinaldocrespo
Sat Mar 25, 2017 8:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 3707

Re: FWH app as Service

Thank you Robb;

I can't find hbwin on my xharbour contrib directory. Would you mind sharing that .prg?

Reinaldo.
by reinaldocrespo
Sat Mar 25, 2017 5:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: 3rd party c wrapper functions for harbour
Replies: 26
Views: 6062

3rd party c wrapper functions for harbour

Hello forum; I'm trying to use a 3rd party library .dll to OCR tif images. I chose Transym http://www.transym.com . In order to access their functions I've written .c wrappers. Currently my sample app GPFs. Can someone help with harbour's vm .c interface? Here is my self-contained reduced sample cod...
by reinaldocrespo
Sat Mar 25, 2017 5:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 3707

Re: FWH app as Service

Hello Jeff;

TReport does try to access the GUI interface. Services can't do that.

BTW- would you share your code for the simples of services you have working with me? Please send to reinaldo dot crespo at gmail

Thank you,


Reinaldo.
by reinaldocrespo
Wed Mar 08, 2017 3:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5111

Re: Proposal .. 'just not xBase any more'

Hey Rick; Interesting read. Thank you for putting this list together. I think we are all aware of the fragility of databases out there but reading this sequence you've put together is bone chilling. Some of them, I wasn't aware of. University of Central Florida? Berkeley? 2.2 M patients on Century O...
by reinaldocrespo
Tue Mar 07, 2017 3:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 3851

Re: OCR for scanned documents

It would make a lot more sense to fix or find how to use Tesseract API, don't you think?

Renaldo.
by reinaldocrespo
Mon Mar 06, 2017 4:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 3851

Re: OCR for scanned documents

Try using Tesseract with PSM of 6 and the compare results when using PSM 3. Use different types of documents and mix images with text. You will see the difference on the results. I can not control the type of documents being feed to Tesseract. Scanning is an automated procedure done large scale. The...
by reinaldocrespo
Fri Mar 03, 2017 1:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 3851

Re: OCR for scanned documents

Hi Frank; I'm currently using Tesseract API from xharbour. I'm processing thousands of .tif scanned documents. Results are about 80% accurate. I need better than that. For tesseract to be more accurate for the type of documents I'm OCRing I would need to change psm mode to 3 -which is default from c...