microsoft / OCR-Form-Tools

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

Fix compose api error. #904

Closed SimoTw closed 3 years ago

SimoTw commented 3 years ago

Change following API compose scenarios, includes

  1. While a user click "Run analysis" button, the compose API text area -> the composed API will be

    • "/formrecognizer/v2.1-preview.3/prebuilt/invoice/analyze?" -> "/formrecognizer/v2.1-preview.3/prebuilt/invoice/analyze?"
    • "/formrecognizer/v2.1-preview.3/pre" -> "/formrecognizer/v2.1-preview.3/prebuilt/invoice/analyze?"
  2. While a user changes the "form type" field or the "locale" field or the "page range" field. We will recompose the query by settings and show it on the compose API text area.