Skip to content

Commit

Permalink
Update file(s) "/." from "aspose-ocr/Aspose.OCR-API-References"
Browse files Browse the repository at this point in the history
  • Loading branch information
Annushka34 committed Jan 26, 2024
1 parent fe7c525 commit 9c63247
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,18 @@ java.util.ArrayList<com.aspose.ocr.RecognitionResult> - RecognitionResult list w
public ArrayList<RecognitionResult> RecognizeStreetPhoto(OcrInput input)
```

**Parameters:**
| Parameter | Type | Description |
| --- | --- | --- |
| input | [OcrInput](../../com.aspose.ocr/ocrinput) | [OcrInput](../../com.aspose.ocr/ocrinput). instance. |

**Returns:**
java.util.ArrayList<com.aspose.ocr.RecognitionResult> - RecognitionResult list with images recognition results [RecognitionResult](../../com.aspose.ocr/recognitionresult)
### RecognizeHandwrittenText(OcrInput input) {#RecognizeHandwrittenText-com.aspose.ocr.OcrInput-}
```
public ArrayList<RecognitionResult> RecognizeHandwrittenText(OcrInput input)
```


Recognizes text on street photos. Extract text from street photos, traffic camera images, ID cards, driver licenses, and other images with sparse text and noisy/colored backgrounds. Supports GIF, PNG, JPEG, WBMP, TIFF, JFIF, TIFF, PDF, InputStream, BufferedImage, folder, array, zip archive, URL, base64.

Expand Down

0 comments on commit 9c63247

Please sign in to comment.