dinosauria123 / gcv2hocr

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

savefile arg support and fixed blank google vision pages #20

Closed skylord123 closed 6 years ago

skylord123 commented 6 years ago
skylord123 commented 6 years ago

The readme will need to be updated to document the new --savefile argument. I didn't update the readme because I didn't know if you wanted to first move this change to the C version. This change helped me on windows because I had to parse the console output and write to file in my code whereas this simple argument just handles it for me (that way I don't have to worry about accidentally writing errors to a file or something because windows didn't detect the program crashed correctly).

dinosauria123 commented 6 years ago

I have merged your patch. Thank you for your helps !