真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

【pdf表格解析神器】-創(chuàng)新互聯(lián)

pdf表格解析神器
    • 依賴
    • 代碼
    • 說(shuō)明

無(wú)錫ssl適用于網(wǎng)站、小程序/APP、API接口等需要進(jìn)行數(shù)據(jù)傳輸應(yīng)用場(chǎng)景,ssl證書(shū)未來(lái)市場(chǎng)廣闊!成為成都創(chuàng)新互聯(lián)的ssl證書(shū)銷(xiāo)售渠道,可以享受市場(chǎng)價(jià)格4-6折優(yōu)惠!如果有意向歡迎電話聯(lián)系或者加微信:13518219792(備注:SSL證書(shū)合作)期待與您的合作!依賴
org.apache.pdfboxpdfbox2.0.24technology.tabulatabula1.0.3com.fasterxml.jackson.corejackson-databind2.9.5
代碼
private static void parse() throws ParseException, IOException {
    long start = System.currentTimeMillis();
    String src = "C:\\Users\\賬單\\表單.pdf";
    String[] argsa = new String[]{"-f=JSON","-p=all", src,"-l"};
    //CommandLineApp.main(argsa);
    CommandLineParser parser = new DefaultParser();
    CommandLine cmd = parser.parse(CommandLineApp.buildOptions(), argsa);
    StringBuilder stringBuilder = new StringBuilder();
    new CommandLineApp(stringBuilder, cmd).extractTables(cmd);
    ObjectMapper objectMapper = new ObjectMapper();
    JavaType javaType = objectMapper.getTypeFactory().constructParametricType(ArrayList.class, TabulaPageDTO.class);
    objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
    Listpages = objectMapper.readValue(stringBuilder.toString(), javaType);
    pages.stream().flatMap(p ->p.getData().stream()).forEach(row ->{
        row.forEach(a ->System.out.print(a.getText().replaceAll("\r|\n|\t", "").trim() + "    "));
        System.out.println();
    });
    long end = System.currentTimeMillis();
    long cost = end - start;
    System.out.println("解析耗時(shí):" + cost);
}

//單元格DTO
public class TabulaAreaDTO {

private String text;

public String getText() {
    return text;
}

public void setText(String text) {
    this.text = text;
}

}

//頁(yè)DTO
public class TabulaPageDTO {

private List>data;

public List>getData() {
    return data;
}

public void setData(List>data) {
    this.data = data;
}

}

說(shuō)明

好用的話記得點(diǎn)贊收藏哦?。。?/p>

你是否還在尋找穩(wěn)定的海外服務(wù)器提供商?創(chuàng)新互聯(lián)www.cdcxhl.cn海外機(jī)房具備T級(jí)流量清洗系統(tǒng)配攻擊溯源,準(zhǔn)確流量調(diào)度確保服務(wù)器高可用性,企業(yè)級(jí)服務(wù)器適合批量采購(gòu),新人活動(dòng)首月15元起,快前往官網(wǎng)查看詳情吧


新聞名稱:【pdf表格解析神器】-創(chuàng)新互聯(lián)
分享URL:http://weahome.cn/article/csosei.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部