Interface TextExtractor


public interface TextExtractor
Author:
Shuyang Zhou
  • Method Summary

    Modifier and Type
    Method
    Description
    extractText(InputStream inputStream, int maxStringLength)
     
  • Method Details