TextSizeCalculator
ocr.OcrTextSizeCalculatorAPI
OCR 오브젝트들의 평균 텍스트 크기를 계산하기 위한 API입니다.
Usage
build()
classmethod
OcrTextSizeCalculatorAPI 빌드합니다.
Returns:
| Name | Type | Description |
|---|---|---|
OcrTextSizeCalculatorAPI | 빌드된 OcrTextSizeCalculatorAPI |
apply(data)
OCR 오브젝트들의 평균 텍스트 크기를 계산합니다.
Parameters:
Returns:
| Name | Type | Description |
|---|---|---|
float |
float
|
Mean text size of the given data |