Search found 3 matches

by chouchou_u
2018-03-29T02:13:59-07:00
Forum: Fred's Scripts
Topic: textdeskew: 190: syntax error
Replies: 7
Views: 250798

Re: textdeskew: 190: syntax error

The compatibility of AWK/GAWK is up to the point that

~$ awk -V
GNU Awk 4.1.3, API: 1.1 (GNU MPFR 3.1.4, GNU MP 6.1.0)
Copyright (C) 1989, 1991-2015 Free Software Foundation.

It's the same output as from GAWK.
And I seem to be able to call awk:

~$ awk
Usage: awk [POSIX or GNU style options ...
by chouchou_u
2018-03-28T05:31:17-07:00
Forum: Fred's Scripts
Topic: textdeskew: 190: syntax error
Replies: 7
Views: 250798

Re: textdeskew: 190: syntax error

Hello. The sample image is here: https://postimg.org/image/ti3gc8c2l/ .
My version of Imagemagick is

~$ convert -version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-07-31 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates ...
by chouchou_u
2018-03-27T09:37:48-07:00
Forum: Fred's Scripts
Topic: textdeskew: 190: syntax error
Replies: 7
Views: 250798

textdeskew: 190: syntax error

Hello. I have gotten textdeskew script and can't run it because of the following error:

Code: Select all

textdeskew: 190: textdeskew: Syntax error: "(" unexpected (expecting "}")
Changing the internal argument

Code: Select all

debug="true"
doesn't tell more about the problem.
Cheers.