Package | Description |
---|---|
org.apache.tika.dl.imagerec | |
org.apache.tika.parser.captioning | |
org.apache.tika.parser.recognition | |
org.apache.tika.parser.recognition.tf |
Modifier and Type | Method and Description |
---|---|
List<RecognisedObject> |
DL4JVGG16Net.recognise(InputStream stream,
ContentHandler handler,
Metadata metadata,
ParseContext context) |
List<RecognisedObject> |
DL4JInceptionV3Net.recognise(InputStream stream,
ContentHandler handler,
Metadata metadata,
ParseContext context) |
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,
Metadata metadata,
ParseContext context)
Recognise the objects in the stream
|
Modifier and Type | Method and Description |
---|---|
List<RecognisedObject> |
TensorflowImageRecParser.recognise(InputStream stream,
ContentHandler handler,
Metadata metadata,
ParseContext context) |
List<RecognisedObject> |
TensorflowRESTRecogniser.recognise(InputStream stream,
ContentHandler handler,
Metadata metadata,
ParseContext context) |
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.