-
Notifications
You must be signed in to change notification settings - Fork 906
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
feat: Add Easyocr parameter recog_network #613
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
Added this line of code to get recog_network of easyocr parameter recog_network = self.options.recog_network Signed-off-by: itsainii <[email protected]>
Added this line in EasyOcrOptions function recog_network: Optional[str] = 'standard' Signed-off-by: itsainii <[email protected]>
Signed-off-by: itsainii <[email protected]>
60a3ae1
to
8d6dbd6
Compare
Thanks @itsainii for this contribution! |
* Update easyocr_model.py Added this line of code to get recog_network of easyocr parameter recog_network = self.options.recog_network Signed-off-by: itsainii <[email protected]> * Update pipeline_options.py Added this line in EasyOcrOptions function recog_network: Optional[str] = 'standard' Signed-off-by: itsainii <[email protected]> * Add Easyocr recog_network parameter Signed-off-by: itsainii <[email protected]> --------- Signed-off-by: itsainii <[email protected]> Signed-off-by: Christoph Auer <[email protected]>
@itsainii could you share any example with a custom recognition model? |
Do you mean example to use the parameter or the model itself?
|
Adding recog_network parameter of EasyOCR to allow users use their own custom recognition model.
This one I have apply pre-commit hook
pre-commit run --all-files
so I hope it able to merge now.Issue resolved by this Pull Request:
Resolves #602 #604
Checklist: