Search found 372 matches

by damianodec
Wed Feb 24, 2021 1:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 60721

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

Code: Select all

oText:Add(OCRFromFileUsingTransym( TestTifFile, 4 ) )
but I get error 40 Job 0, unknown job type 4
by damianodec
Mon Feb 22, 2021 11:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 60721

Re: Transym OCR wrapper functions for Harbour

hi,
I solved thanks to a old post of Antonio.

Thank you
by damianodec
Fri Feb 19, 2021 2:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 60721

Re: Transym OCR wrapper functions for Harbour

I think that Reinaldo has that...
by damianodec
Fri Feb 19, 2021 1:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 60721

Re: Transym OCR wrapper functions for Harbour

inside zip file there is not .dll file
by damianodec
Fri Feb 19, 2021 11:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 60721

Re: Transym OCR wrapper functions for Harbour

how can I to solve it?
by damianodec
Fri Feb 19, 2021 10:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 60721

Re: Transym OCR wrapper functions for Harbour

hi, I'm over my error (thank you Enrico), now I get this: Compiling... xHarbour 1.2.3 Intl. (SimpLex) (Build 20161218) Copyright 1999-2016, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'ocrreina.prg' and generating preprocessed output to 'ocrreina.ppo'... Generating C source out...
by damianodec
Fri Feb 19, 2021 10:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 60721

Re: Transym OCR wrapper functions for Harbour

yes that files are inside FWH\include with other .ch fwh files (fivewin.ch and others)
by damianodec
Fri Feb 19, 2021 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 60721

Re: Transym OCR wrapper functions for Harbour

hi Enrico,

line 35, 36 and 37

Code: Select all

#include <TOCRdll.h>
#include <TOCRuser.h>
#include <TOCRerrs.h>
by damianodec
Fri Feb 19, 2021 9:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 60721

Re: Transym OCR wrapper functions for Harbour

hi Reinaldo, when I try to compile you example by buildx.bat inside samples folder I get thi: Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. ocrreina.c: Error E2046 ocrreina.prg 35: Bad file name format in include directive Error E2046 ocrreina.prg 36: Bad file...
by damianodec
Thu Feb 18, 2021 4:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 60721

Re: Transym OCR wrapper functions for Harbour

hi Reinaldo,
I'd like understand OCR.
Are you using transym and FWH ?
in Transym site tehre are:
TOCR version 5.0, C++ samples code and c# samples code.
inside C++ samples there are a lot of folder and files.
have you any example?

thank you.
by damianodec
Wed Feb 17, 2021 8:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 29
Views: 60721

Re: Transym OCR wrapper functions for Harbour

hi Reinaldo,
I'm interested to OCR.
are you using this product?
are there any others product?

any help?

thanks
by damianodec
Mon Feb 15, 2021 7:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse bitmap from resource
Replies: 2
Views: 1441

Re: xbrowse bitmap from resource

thank you Leandro
by damianodec
Sun Feb 14, 2021 8:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse bitmap from resource
Replies: 2
Views: 1441

xbrowse bitmap from resource

hi, inside my .res file there are Bitmaps "RED" and "GREEN" (a little ball) and I link .res when compile. how can I show bmp inside my XBROWSE after EMAIL column depending on EMAIL value (in EMAIL there is 1 for green or 2 for red numeric value) ?: local oColB DEFINE IMAGE oBmp R...