-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to know : how to use this script #11
Comments
Did you follow the instructions in the README? |
I think the question may be about how to use this with OCRmyPDF; i.e. yes, it's installable, but how to run OCRmyPDF with it without running into And I suspect the answer may be to use the OCRmyPDF option |
Yes, you need to use |
BTW, I made a PR to EasyOCR that adds hOCR output (though didn't test it with this plugin): JaidedAI/EasyOCR#1275 |
@sliedes Can you contribute your hOCR change here since EasyOCR doesn't seem to merge many PRs? |
Certainly! Do you need me to open the PR here, or can you just pick it from the EasyOCR repository? |
Please open a PR here - that would be great, thank you! |
Even after using the
|
Open a new issue, provide your input file, command line arguments, and the program you are using to extract text. Otherwise is it not possible to work out what is going wrong. |
Set language ocrmypdf.ocr(os.path.join(save_path, "input.pdf"), os.path.join(save_path, "output.pdf"), force_ocr=True, pdf_renderer="sandwich", language="eng") |
I am trying to use this script but couldnt find the way
The text was updated successfully, but these errors were encountered: