Open petermr opened 4 years ago
@Test /** reads UCL corpus as PDFs and creates first pass SVG , images and scholarly html * */ public void testForestPlotsSmallSVG1() throws Exception { String projectDir = "/Users/pm286/workspace/uclforest/forestplotssmall"; String args = "-p " + projectDir + " pdf" + " --rawfiletypes pdf" + " --maxpages 20" + " --pdfimages false" + " --svgpages true" ; AMIPDFTool amiPdf = AMI.execute(AMIPDFTool.class, args); }
gives console output (in Eclipse)
Unknown option: '--rawfiletypes' Usage: ami pdf [OPTIONS] Try 'ami pdf --help' for more information.
AFAICS the logic is the same as for AMICleanTool and AMIDownloadTool and their tests.
AMICleanTool
AMIDownloadTool
gives console output (in Eclipse)
AFAICS the logic is the same as for
AMICleanTool
andAMIDownloadTool
and their tests.