ocr-gt-tools icon indicating copy to clipboard operation
ocr-gt-tools copied to clipboard

Error due to double find command

Open pbroman opened this issue 6 years ago • 3 comments

Testing ocr-gt-tools under apache with I ran into following error loading a jpg file:

'find /var/www/ocr-gt/example/ocr-corrections/digi/445442158 -type f -name comment-page.txt find /var/www/ocr-gt/example/ocr-corrections/digi/445442158 -type f -name comment-page.txt' returned non-zero exit code '256': paths must precede expression: find

Obviously, the find-corrections-for-work command is multipled by the execution in the perl script. I havn't been able to find out why, which is sad, because I really appreciate ocr-fileformat and would very much lilke to test ocr-gt-tools. :)

pbroman avatar Feb 07 '18 07:02 pbroman