OCR labelling tool -customisation- not able to see prebuilt invoice model option

Kesavamurthi D 106 Reputation points
2022-01-19T23:13:22.573+00:00

hi
Planning to use the OCR labelling tool - prebuilt invoice model as a part of our end to end solution.

The way the tool shows the extracted values with bounding boxes and its respective key value pair is cool option to have it in our solution.

i downloaded the github open source code and hosted it ,but the localhost link is not showing option for prebuilt models.
https://github.com/microsoft/OCR-Form-Tools/tree/v2.0-General-Availability-Release

kindly guide if any link related to customizing the OCR labelling tool..

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,500 questions
{count} votes

Accepted answer
  1. romungi-MSFT 43,621 Reputation points Microsoft Employee
    2022-01-20T07:00:30.187+00:00

    @Kesavamurthi D I believe you are referring to the hosted version of the tool that is available here as v2.1

    If you lookup the bottom right corner of the tool the version that is displayed should be available as a tag on the repo. Based on this value you can lookup the tag and download the required source code or run the executable on your machine. For example for v2.1

    166640-image.png

    This corresponds to the following tag v2.1-ga-hotfix with short commit id b644050

    You can download this code and run locally and submit an issue or PR for updates or bugs.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


1 additional answer

Sort by: Most helpful
  1. Kesavamurthi D 106 Reputation points
    2022-01-21T10:56:53.527+00:00

    thanks for your immediate support .i am able to resolve it when i executed the below line "set NODE_TLS_REJECT_UNAUTHORIZED=0"..now i am able to host the app with prebuilt analyze page..good work thanks a lot

    0 comments No comments