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: content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.integration.audio/iaudioconnector/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ Defines methods that are required to convert audio to audio documents.
14
14
15
15
| Method | Description |
16
16
| --- | --- |
17
-
| [convertAudio(System.IO.Stream sourceStream, AudioConvertOptions convertOptions)](#convertAudio-com.aspose.ms.System.IO.Stream-com.groupdocs.conversion.options.convert.AudioConvertOptions-) | Does the Audio conversion provided as a stream. |
| [convertAudio(InputStream sourceStream, AudioConvertOptions convertOptions)](#convertAudio-java.io.InputStream-com.groupdocs.conversion.options.convert.AudioConvertOptions-) | Does the Audio conversion provided as a stream. |
Copy file name to clipboardExpand all lines: content/sites/groupdocs/conversion/english/java/com.groupdocs.conversion.integration.ocr/iocrconnector/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ Defines methods that are required to apply OCR to image documents and embedded i
14
14
15
15
| Method | Description |
16
16
| --- | --- |
17
-
| [recognize(System.IO.Stream imageStream)](#recognize-com.aspose.ms.System.IO.Stream-) | Does the OCR processing of an image, provided as a stream. |
public abstract RecognizedImage recognize(System.IO.Stream imageStream)
20
+
public abstract RecognizedImage recognize(InputStream imageStream)
21
21
```
22
22
23
23
@@ -26,7 +26,7 @@ Does the OCR processing of an image, provided as a stream.
26
26
**Parameters:**
27
27
| Parameter | Type | Description |
28
28
| --- | --- | --- |
29
-
| imageStream | com.aspose.ms.System.IO.Stream | Stream, containing an image to process |
29
+
| imageStream | java.io.InputStream | Stream, containing an image to process |
30
30
31
31
**Returns:**
32
32
[RecognizedImage](../../com.groupdocs.conversion.integration.ocr/recognizedimage) - Structured recognized text, containing lines, words and their bounding rectangles
0 commit comments