File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,9 @@ The language parameter accepts integer value:
22
22
``` java
23
23
24
24
curl - v " https://api.aspose.cloud/v3.0/ocr/de\_ 1.jpg/recognize?language=2" \
25
-
26
25
- X GET \
27
-
28
26
- H " Content-Type: application/json" \
29
-
30
27
- H " Accept: application/json" \
31
-
32
28
- H " authorization: Bearer <JWT Token>"
33
29
34
30
```
Original file line number Diff line number Diff line change @@ -21,13 +21,9 @@ Aspose.OCR Cloud provided an API to recognize and extract OCR text from raster i
21
21
``` java
22
22
23
23
curl - v " https://api.aspose.cloud/v3.0/ocr/sample\_ ocr.png/recognize" \
24
-
25
24
- X GET \
26
-
27
25
- H " Content-Type: application/json" \
28
-
29
26
- H " Accept: application/json" \
30
-
31
27
- H " authorization: Bearer <JWT Token>"
32
28
33
29
```
Original file line number Diff line number Diff line change @@ -21,15 +21,10 @@ Aspose.OCR Cloud provided an API to recognize and extract OCR text from raster i
21
21
``` java
22
22
23
23
curl - v " https://api.aspose.cloud/v3.0/ocr/sample\_ ocr.png/recognize" \
24
-
25
24
- X POST \
26
-
27
25
- H " Content-Type: multipart/form-data" \
28
-
29
26
- H " Accept: application/json" \
30
-
31
27
- H " Authorization: Bearer <JWT Token>" \
32
-
33
28
- d {" File" : {}}
34
29
35
30
```
You can’t perform that action at this time.
0 commit comments