OCR-Form-Tools icon indicating copy to clipboard operation
OCR-Form-Tools copied to clipboard

External Project Management Support.

Open RGarrett88 opened this issue 5 years ago • 7 comments

Is your feature request related to a problem? Please describe. I need a way to setup a project programmatically so a end user only has to tag images. I also need this solution to scale for thousands of projects.

Describe the solution you'd like A page that could take a project security token, connection, and project as parameters and drop the user into the tagging UI would be best. A way to create the projects through an api in azure would also be helpful.

Describe alternatives you've considered My current plan is to give my end users the keys to create their own projects and have them upload images through a custom ui I've built. After they've created a model I'll have them past the model id back into my application.

Additional context I need my end users to manage the creation of around 11,000+ models to extract data from different formats.

RGarrett88 avatar Apr 24 '20 14:04 RGarrett88

I also need this solution to scale for thousands of projects. I'd like to understand this a bit more, do you want the user know about the security token and other sensitive info in the project? is this a crowd-sourcing scenario? when you share a project to a user, do you allow this user to share it to others?

xinase avatar Apr 25 '20 17:04 xinase

These would be corporate employees who normally manually enter the data. I would prefer them to not know any sensitive info but they are trusted enough that it would be okay. Ideally any user could pickup and re-train the model if they are seeing issues with the ocr accuracy.

RGarrett88 avatar Apr 25 '20 17:04 RGarrett88

if it's for employees, would it be okay to just pass them the info (endpoint, key) so that they could great the project on their own? as long as the files are saved in an Azure storage blob with your control, it should be fine. correct?

xinase avatar Apr 25 '20 19:04 xinase

Having the non-technical employees create the projects and handle the keys gives them a lot of extra work and a lot of things they could mess up. For the time being they will probably need to manage some part of creating the projects. My end goal would be to have the project created entirely programmatically including the tags they can use and just drop them in to the tagging workflow.

RGarrett88 avatar Apr 25 '20 21:04 RGarrett88

so basically you want to give them a list of fields to tag, and file location, along with pre-defined settings.

xinase avatar Apr 26 '20 01:04 xinase

Yes

RGarrett88 avatar Apr 27 '20 15:04 RGarrett88

@RGarrett88 @xinase any updates on this?

AdamMomen avatar Aug 12 '21 09:08 AdamMomen