Dear Jeff,
Wishing you are feeling better now.
This version properly builds using updated xHarbour bins and BCC 7.70 (you need an updated FWH version):
┌────────────────────────────────────────────────────────────────────────────┐
│ FiveWin for xHarbour 23.10 - Oct. 2023 Harbour development power ...
Search found 11 matches: bins
Searched query: bins
- Wed Feb 28, 2024 6:48 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Connecting to a BLE device
- Replies: 8
- Views: 1053
- Mon Mar 06, 2017 8:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: OCR for scanned documents
- Replies: 13
- Views: 5087
Re: OCR for scanned documents
... pdf - not only hOCR -, possible with version 3.03 and higher
- I want to run tesseract on windows engines, so I was looking after windows bins version 3.03 or higher
- Found them here https://github.com/UB-Mannheim/tesseract/wiki
- My first and last experience with tiff was this ...
- I want to run tesseract on windows engines, so I was looking after windows bins version 3.03 or higher
- Found them here https://github.com/UB-Mannheim/tesseract/wiki
- My first and last experience with tiff was this ...
- Fri Mar 03, 2017 8:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: OCR for scanned documents
- Replies: 13
- Views: 5087
Re: OCR for scanned documents
... higher, tesseract can produce searchable pdf from images!
On this site https://github.com/UB-Mannheim/tesseract/wiki you'll find Windows bins for version 3.05 and 4.00.
With pdfImages (part of xpdfbin) and/or ImageMagick and pdftk you can realise all necessary jobs before and after the OCR ...
On this site https://github.com/UB-Mannheim/tesseract/wiki you'll find Windows bins for version 3.05 and 4.00.
With pdfImages (part of xpdfbin) and/or ImageMagick and pdftk you can realise all necessary jobs before and after the OCR ...
- Wed Jun 11, 2008 1:24 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Dúda: És posible esto en FIVEWIN ahora ó en el futuro??
- Replies: 2
- Views: 2416
Dúda: És posible esto en FIVEWIN ahora ó en el futuro??
... STD_GERMAN 40 && German Std Fanfold 8 1/2 x 12 in
#define PRTPAPER_FANFOLD_LGL_GERMAN 41 && German Legal Fanfold 8 1/2 x 13 in
*-- Paper bins
#define PRTBIN_UPPER 1
#define PRTBIN_ONLYONE 1
#define PRTBIN_LOWER 2
#define PRTBIN_MIDDLE 3
#define PRTBIN_MANUAL 4
#define PRTBIN_ENVELOPE ...
#define PRTPAPER_FANFOLD_LGL_GERMAN 41 && German Legal Fanfold 8 1/2 x 13 in
*-- Paper bins
#define PRTBIN_UPPER 1
#define PRTBIN_ONLYONE 1
#define PRTBIN_LOWER 2
#define PRTBIN_MIDDLE 3
#define PRTBIN_MANUAL 4
#define PRTBIN_ENVELOPE ...
- Tue Nov 21, 2006 5:50 pm
- Forum: FiveWin for CA-Clipper
- Topic: Message to Badara
- Replies: 10
- Views: 5068
- Mon Nov 20, 2006 5:32 am
- Forum: FiveWin for CA-Clipper
- Topic: Message to Badara
- Replies: 10
- Views: 5068
- Tue Oct 10, 2006 1:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Retrieve printer capabilites
- Replies: 1
- Views: 601
Retrieve printer capabilites
Hi,
How would I go about finding out if a printer has multiple bins/duplex capabilities, etc.?
Alex
How would I go about finding out if a printer has multiple bins/duplex capabilities, etc.?
Alex
- Wed Apr 05, 2006 5:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bin problems with the FWH27 printer class
- Replies: 12
- Views: 5203
- Thu Mar 16, 2006 11:06 am
- Forum: FiveWin for CA-Clipper
- Topic: DevMode() failure in FW 2.5
- Replies: 3
- Views: 1438
Re: DevMode() failure in FW 2.5
... function of Fivewin
#define DC_FIELDS 1
#define DC_PAPERS 2
#define DC_PAPERSIZE 3
#define DC_MINEXTENT 4
#define DC_MAXEXTENT 5
#define DC_BINS 6
#define DC_DUPLEX 7
#define DC_SIZE 8
#define DC_EXTRA 9
#define DC_VERSION 10
#define DC_DRIVER 11
#define DC_BINNAMES 12
#define DC ...
#define DC_FIELDS 1
#define DC_PAPERS 2
#define DC_PAPERSIZE 3
#define DC_MINEXTENT 4
#define DC_MAXEXTENT 5
#define DC_BINS 6
#define DC_DUPLEX 7
#define DC_SIZE 8
#define DC_EXTRA 9
#define DC_VERSION 10
#define DC_DRIVER 11
#define DC_BINNAMES 12
#define DC ...
- Tue Jan 31, 2006 5:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error (6) deleting enhanced metefile
- Replies: 4
- Views: 2225
- Sun Oct 09, 2005 7:05 pm
- Forum: FiveWin for CA-Clipper
- Topic: DeviceCapabilities()
- Replies: 1
- Views: 1349
DeviceCapabilities()
... type and source bin list,
but I only get weird results.
According to documentation I should be getting an array containing the names of the paper bins available for the tested printer.
(HP LaserJet 2100)
Here is a piece of code I'm using for testing with the results I get:
nValue ...
but I only get weird results.
According to documentation I should be getting an array containing the names of the paper bins available for the tested printer.
(HP LaserJet 2100)
Here is a piece of code I'm using for testing with the results I get:
nValue ...