Skip to content

[nifconverter] Make TIKA converter a filter #107

@jnehring

Description

@jnehring

In #75 @fsasaki suggested to use the TIKA nifconverter without a pipeline. So with a single API call with informat=TIKAFile can convert e.g. PDF to Turtle and enrich it.

This will require us to write a filter that becomes active whenever informat=TIKAFile.

So this API request should be possible:

http://{{baseUrl}}/e-entity/freme-ner/documents?language=en&dataset=dbpedia&mode=all&nif-version=2.1&informat=TIKAFile&filename=test.pdf

In one API request the system converts the PDF to Turtle and runs FREME NER.

The filter can do a HTTP request to call the nif-converter controller to convert the document.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions