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: examples/ansys/Readme.md
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This directory contains an example Tesseract configuration and scripts demonstra
6
6
7
7
### SpaceClaim Tesseract
8
8
9
-
On a windows machine, install [ansys-spaceclaim](https://www.ansys.com/products/3d-design/ansys-spaceclaim) and create a new python env. Install the required dependencies:
9
+
On a windows machine, install [ansys-spaceclaim](https://www.ansys.com/products/3d-design/ansys-spaceclaim) and create a new python env. Assuming you using windows powerhsell, install the required dependencies:
10
10
11
11
```bash
12
12
pip install tesseract-core[runtime]
@@ -17,8 +17,36 @@ Clone this repository, navigate to the `examples/ansys/spaceclaim` directory and
17
17
```bash
18
18
tesseract-runtime serve
19
19
```
20
-
21
-
Note that we dont build a Tesseract image for SpaceClaim in this example. This is because SpaceClaim cannot be installed in a containerized environment.
20
+
Note that we dont build a Tesseract image for SpaceClaim in this example. This is because SpaceClaim cannot be installed in a containerized environment. You can test it using:
21
+
22
+
```powershell
23
+
Invoke-RestMethod -Uri "http://127.0.0.1:8000/apply" -Method Post -Body (
0 commit comments