dinosauria123 / gcv2hocr

gcv2hocr converts from Google Cloud Vision OCR output to hocr to make a searchable pdf.
99 stars 33 forks source link

use the --savefile argument of hocr-pdf #25

Closed ailintom closed 5 years ago

ailintom commented 5 years ago

By using the --savefile argument when calling the hocr-pdf you can avoid sending the resulting pdf to stdout which may cause codepage errors when you use a custom default codepage in your command-line environment.

dinosauria123 commented 5 years ago

Thank you for usefull patch !