-
Notifications
You must be signed in to change notification settings - Fork 130
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
Hacktoberfest 2024 | Google Vision OCR 🤝 Workflows #692
Comments
I forked the project and started to develop a new block, but one thing is not clear to me. Given the following image: https://testsigma.com/blog/wp-content/uploads/What-is-the-OCR-Test-How-to-Create-Automate-It.png Passing this image to Google API as such:
Results in the following response:
Should the block output |
Hi @brunopicinin, Regarding the question - good point, I believe that it would be good to have Workflow block output that would simply dump the whole recognised text + output with |
Created a PR for this issue: #709 |
Amazing 💪 taking review now |
posted PR review, great thanks for contribution |
Approved PR, merged to |
Google Vision OCR in Workflows
Are you ready to make a meaningful contribution this Hacktoberfest? We are looking to integrate Google Vision OCR into our Workflows ecosystem! This new OCR block, will be a valuable addition, addressing a common challenge that many users face.
Join us in expanding our ecosystem and empowering users to effortlessly extract text and structure from their documents. Whether you’re a seasoned contributor or new to open source, your skills and ideas can help make this project a success. Let’s collaborate and bring this essential functionality to life!
🚧 Task description 🏗️
requests
library - 📖 REST API docs - in particular this may be useful - we do only want to enableTEXT_DETECTION
andDOCUMENT_TEXT_DETECTION
sv.Detections(...)
object - recognised text should be label, additional metadata about structure (like category of region) should be added intodata
field ofsv.Detections(...)
Cheatsheet
sv.Detections(...)
for object-detection predictions as a referenceScaffolding for the block
💻 Code snippet
The text was updated successfully, but these errors were encountered: