Page 2 of 5
Re: Metacomco C Manual
Posted: Mon Aug 08, 2022 8:42 am
by Derek_Stewart
Hi,
I have inserted the missing pages that CHR$ kindly scanned and ordered the pages so the manual is a double paged non-OCRed PDF.
I find the scanned images really bad, with makes the OCRing with Tesseract nearly impossible.
I have started to type it all in to give a good quality manual.
If I could borrow a manual, I can scan it properly.
Re: Metacomco C Manual
Posted: Tue Aug 09, 2022 1:14 pm
by Derek_Stewart
Hi
Just an update, I have performed alot more raster image cleaning changed all the page size to A5.
Now Tesseravt OCRs the dcanned images and prodices a better text output .
So should be able to complete the work without any other scanning.
Re: Metacomco C Manual
Posted: Tue Aug 09, 2022 1:44 pm
by tofro
Derek, you're doing a miraculous job here!
Re: Metacomco C Manual
Posted: Tue Aug 09, 2022 2:11 pm
by NormanDunbar
tofro wrote:Derek, you're doing a miraculous job here!
I hav to agree. I tried OCRing a document once. It was a nightmare and tedious. To do a whole book takes dedication. To do more than one, Derek, you have my admiration. Thanks.
Cheers,
Norm.
Re: Metacomco C Manual
Posted: Tue Aug 09, 2022 2:19 pm
by tofro
NormanDunbar wrote:tofro wrote:Derek, you're doing a miraculous job here!
I hav to agree. I tried OCRing a document once. It was a nightmare and tedious. To do a whole book takes dedication. To do more than one, Derek, you have my admiration. Thanks.
.
I had a look on those specific scans (that, for the most part, are highly unreadable even for human eyes), my admiration for you OCRing them is even higher.
Re: Metacomco C Manual
Posted: Sat Aug 13, 2022 11:49 am
by Derek_Stewart
Hi
I need some help from anyone with a QLC Manual, page 103 is not scanned too well.
The problem is on Page 103: SCANF/FSCANF/SSCANF: Sysopsis: last line:
Code: Select all
Synopsis:
n = scanf(cs,...ptrs...);
n = fscanf(p,cs,...ptrs...);
n = sscanf(ss, cs, ...ptrs...);
int n; number of input items matched, or EOF
FiLE *fp; file pointer (fscanf only)
char *ss; input string (sscanf only}
char *cs; format control string
"" ...ptrs...; pointers for return of input values <<---- This line
What should the last line say in the manual, it is not clear what the scan if says.
Re: Metacomco C Manual
Posted: Sat Aug 13, 2022 1:06 pm
by Chr$
Derek_Stewart wrote:Hi
I need some help from anyone with a QLC Manual, page 103 is not scanned too well.
The problem is on Page 103: SCANF/FSCANF/SSCANF: Sysopsis: last line:
Code: Select all
Synopsis:
n = scanf(cs,...ptrs...);
n = fscanf(p,cs,...ptrs...);
n = sscanf(ss, cs, ...ptrs...);
int n; number of input items matched, or EOF
FiLE *fp; file pointer (fscanf only)
char *ss; input string (sscanf only}
char *cs; format control string
"" ...ptrs...; pointers for return of input values <<---- This line
What should the last line say in the manual, it is not clear what the scan if says.
That's odd as the page you refer to is actually p90 in my book.
It looks like this:
Shall I just send you my whole book Derek?
On the copyright page I note that the Spanish scan is 2nd edition (C) 1986. My version is (C) 1985, mentions no edition number and states that Metacomco is a trading division of Tenchstar Ltd.... an earlier edition by the looks of it.
Re: Metacomco C Manual
Posted: Sat Aug 13, 2022 3:08 pm
by Derek_Stewart
Hi Chr$,
Send me you book and I will update the work so far through the Spanish scan of a photocopy.
I completed 60% of the manual.
Re: Metacomco C Manual
Posted: Sat Aug 13, 2022 5:16 pm
by Chr$
Derek_Stewart wrote:Hi Chr$,
Send me you book and I will update the work so far through the Spanish scan of a photocopy.
I completed 60% of the manual.
I will. Could be confusing though, them being different editions with different page numbers. I'll see if I have your address somewhere.
Re: Metacomco C Manual
Posted: Sat Aug 13, 2022 6:21 pm
by Derek_Stewart
Hi Chr$
The digital version is a new issue to the printed book, so I usually add an updated revision at the revision listing at start of the book.
The page number order may differ, as I try to get the all relavent information on the same page. This makes the page numbering different fom the printed book.
The document index and content lists are generated by links in the document, so as corrections are made to the text, the Index changes automatically.