CloudSlang/cs-actions

View on GitHub
cs-tesseract/src/main/java/io/cloudslang/content/tesseract/actions/ExtractTextFromImage.java

Summary

Maintainability
A
35 mins
Test Coverage

Method execute has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

            @Param(value = FILE_PATH, required = true, description = FILE_PATH_DESC) String filePath,
            @Param(value = DATA_PATH, required = true, description = DATA_PATH_DESC) String dataPath,
            @Param(value = LANGUAGE, required = true, description = LANGUAGE_DESC) String language,
            @Param(value = TEXT_BLOCKS, description = TEXT_BLOCKS_DESC) String textBlocks,
            @Param(value = DESKEW, description = DESKEW_DESC) String deskew) {

    There are no issues that match your filters.

    Category
    Status