| Package | Description |
|---|---|
| org.apache.tika.parser.captioning | |
| org.apache.tika.parser.recognition | |
| org.apache.tika.parser.recognition.tf |
| Modifier and Type | Class and Description |
|---|---|
class |
CaptionObject
A model for caption objects from graphics and texts typically includes
human readable sentence, language of the sentence and confidence score.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends RecognisedObject> |
ObjectRecogniser.recognise(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context)
Recognise the objects in the stream
|
| Modifier and Type | Method and Description |
|---|---|
List<RecognisedObject> |
TensorflowRESTRecogniser.recognise(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context) |
List<RecognisedObject> |
TensorflowImageRecParser.recognise(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.