Closed neumannm closed 7 years ago
What about PdfxXmlToXmiConverter, this currently only supports input directories right @maxxkia ?
DKPro Core readers usually allow PARAM_SOURCE_LOCATION to be either a directory/pattern or a single file, e.g.
PARAM_SOURCE_LOCATION, "some/folder/**/*.txt"
or
PARAM_SOURCE_LOCATION, "some/folder/file.txt"
Sure, I'm just referring to our surrounding code. It relies on user input of the input directory and I'm not quite sure what happens if the user inputs the path to a single input file directly.
Currently it's only possible to specifiy a directory where PDFs/XML files reside. It should also be possible to provide a single file to be converted.