Skip to content

Commit dcf334e

Browse files
Extra empty lines are removed.
1 parent 972d5c1 commit dcf334e

File tree

3 files changed

+0
-13
lines changed
  • ocr/developer-guide
    • extract-localized-text-from-an-image
    • extract-text-from-image-using-cloud-storage
    • extract-text-from-image-without-cloud-storage

3 files changed

+0
-13
lines changed

ocr/developer-guide/extract-localized-text-from-an-image/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,9 @@ The language parameter accepts integer value:
2222
```java
2323

2424
curl -v "https://api.aspose.cloud/v3.0/ocr/de\_1.jpg/recognize?language=2" \
25-
2625
-X GET \
27-
2826
-H "Content-Type: application/json" \
29-
3027
-H "Accept: application/json"\
31-
3228
-H "authorization: Bearer <JWT Token>"
3329

3430
```

ocr/developer-guide/extract-text-from-image-using-cloud-storage/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@ Aspose.OCR Cloud provided an API to recognize and extract OCR text from raster i
2121
```java
2222

2323
curl -v "https://api.aspose.cloud/v3.0/ocr/sample\_ocr.png/recognize" \
24-
2524
-X GET \
26-
2725
-H "Content-Type: application/json" \
28-
2926
-H "Accept: application/json"\
30-
3127
-H "authorization: Bearer <JWT Token>"
3228

3329
```

ocr/developer-guide/extract-text-from-image-without-cloud-storage/_index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,10 @@ Aspose.OCR Cloud provided an API to recognize and extract OCR text from raster i
2121
```java
2222

2323
curl -v "https://api.aspose.cloud/v3.0/ocr/sample\_ocr.png/recognize" \
24-
2524
-X POST \
26-
2725
-H "Content-Type: multipart/form-data" \
28-
2926
-H "Accept: application/json"\
30-
3127
-H "Authorization: Bearer <JWT Token>"\
32-
3328
-d {"File":{}}
3429

3530
```

0 commit comments

Comments
 (0)