Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.06k stars 1.19k forks source link

Azure Form Recognizer Sample Issues #25701

Open zzhxiaofeng opened 1 year ago

zzhxiaofeng commented 1 year ago

1. Section link GetImage (1) Reason: Cannot find module ./prebuilt/prebuilt-read.

Suggestion: Add folder prebuilt here.

2. Section link GetImage (2) Reason: Cannot find module ../src/error

@joheredi, @achandmsft, @mayurid, @harsha-nalluru for notification.

v-jiaodi commented 1 year ago

@witemple-msft Please help check and resolve this issue.

v-xuto commented 1 year ago

@witemple-msft Regarding this issue, what is the current progress?

witemple-msft commented 1 year ago

I'll be reworking the samples for an upcoming release next week. A fix will be included.

zzhxiaofeng commented 1 year ago

@witemple-msft The first issue is not resolved yet. The referenced path ./prebuilt/prebuilt-read is non-existent. My suggestion is that we need to add the folder prebuilt containing file prebuilt-read here.

v-xuto commented 11 months ago

@witemple-msft Is there any progress on fixing the first issue (the referenced path ./prebuilt/prebuilt-read does not exist)?

witemple-msft commented 11 months ago

@HarshaNalluru we probably just want to delete the v4-beta samples now. We ended up releasing v5, so those samples are fixed, but the outdated v4-beta samples are not.

v-weiyding commented 2 months ago

@witemple-msft This issue can still be reproduced with v5. Rebuild the sample using dev-tool samples publish, which still lacks the prebuilt folder in the JavaScript path.