Interface ContentExtractor.Receiver

Enclosing class:
ContentExtractor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ContentExtractor.Receiver
解析结果接收器
Since:
2020-09-21 22:53:09
Author:
权观宇, minghu-zhang
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(int pageNum, List<String> contents)
    处理解析完成的文本
  • Method Details

    • process

      void process(int pageNum, List<String> contents)
      处理解析完成的文本
      Parameters:
      pageNum - 页码
      contents - 抽取得到的页面文字内容