diff options
Diffstat (limited to 'cmd/rescribe/main.go')
-rw-r--r-- | cmd/rescribe/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rescribe/main.go b/cmd/rescribe/main.go index 54623b1..14f0053 100644 --- a/cmd/rescribe/main.go +++ b/cmd/rescribe/main.go @@ -544,7 +544,7 @@ func startProcess(ctx context.Context, logger log.Logger, tessCommand string, bo // to .pdf. binpath := filepath.Join(savedir, bookname+".binarised.pdf") colourpath := filepath.Join(savedir, bookname+".colour.pdf") - pdfpath := filepath.Join(savedir, bookname+".pdf") + pdfpath := filepath.Join(savedir, bookname+" searchable.pdf") _, err = os.Stat(binpath) binexists := err == nil || os.IsExist(err) |