microsoft / OCR-Form-Tools

A set of tools to use in Microsoft Azure Form Recognizer and OCR services.
MIT License
515 stars 174 forks source link

Easy endpoint / key management in prebuilt analyze / layout analyze #726

Open iMicknl opened 3 years ago

iMicknl commented 3 years ago

Is your feature request related to a problem? Please describe. The just added functionality (prebuilt analyze / layout analyze) in master is great, however I have a small addition to make. It would be great to ease the endpoint and API key management.

Describe the solution you'd like Can we load the FR endpoint and key from the project settings, when I have it present in the currently opened project? Or can we persist the endpoint in local storage?

Describe alternatives you've considered Adding them manually each time I open the page :(

Additional context I am an user who will use the newly added Form Recognizer features to test receipts / invoices etc. and to do quick POC's, thus it is nice to not have to look up my credentials every time. (especially since they are stored in all my projects).

iMicknl commented 3 years ago

I just compiled the latest master and it looks like the keys are saved in local storage already... In that case this is maybe a non issue, since you just have to enter it once.