You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/SAMPLE_DATA.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
- Create a virtual environment for the sample data preparation
37
37
- Open a terminal window.
38
38
- Create the virtual environment: `python -m venv scriptsenv`
39
-
- Activate the virtual environment: `.\scriptsenv\bin\activate`
39
+
- Activate the virtual environment: `.\scriptsenv\Scripts\activate`
40
40
- Install the necessary packages listed in scripts/requirements-dev.txt, e.g. `pip install -r requirements-dev.txt`
41
41
- Create the index and ingest PDF data with Form Recognizer
42
42
- Replace `<form-rec-resource-name>` with the name of the existing or recently created Azure Document Intelligence (Form Recognizer) resource and replace `<form-rec-key>` with key 1 or key 2 of the existing or recently created Azure Document Intelligence (Form Recognizer) resource:
0 commit comments