deluan/lookup

View on GitHub
ocr_parallel_find.go

Summary

Maintainability
A
35 mins
Test Coverage

Function findAllInParallel has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func findAllInParallel(numWorkers int, symbols []*fontSymbol, img *imageBinary, threshold float64, rect image.Rectangle) ([]*fontSymbolLookup, error) {
Severity: Minor
Found in ocr_parallel_find.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status