@(extractors: List[ExtractorInfo], file: File, folderHierarchy: List[Folder], spaces:List[ProjectSpace], allDatasets: List[Dataset])(implicit user: Option[models.User]) @import _root_.util.Formatters._ @main("Extractions") {

Submit file for extraction

Submit this file to a specific extractor below by providing parameters as a JSON document and clicking the submit button. The paramaters field can be left empty.

File name: @file.filename

@**@ @for(e <- extractors) { @**@ }
Extractor's NameParametersSubmit
@e.name
}