Interface TextExtractor

All Known Implementing Classes:
TesseractTextExtractor

public interface TextExtractor
Interface for implementations that are able to extract text from an image.
  • Method Summary

    Modifier and Type
    Method
    Description
    extract(File image)
    Extracts text from the image and returns it as a set of lines in the text frame.