-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add new example for custom granular output [v5] #896
Conversation
Thanks for putting this together. I reviewed, and have a couple notes aimed at making sure other users can understand and run this example.
|
@Balearica my apologies for not including the package-json file. I accidentally deleted it in the latest commit of the repo, I'll re-add it once I get back to my laptop. |
@Balearica updated with all the necessary changes, clarified the usage method and added package-json files. |
The |
@Balearica please review this |
I reviewed this today, and have a few more comments. As before, the overall goal is making sure new users can easily run this code.
If you make these adjustments such that new users can simply (1) clone, (2) run |
@Balearica Added all the specific details, Please check it out! |
Great, I will merge. Thank you for this contribution to the community. |
Add new example for custom granular output, Users can generate json files which contain bbox data of words/symbols detected in the input files. These examples add the ability for users to generate bulk datasets for handwritten characters/words.
See #877