Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 693 Bytes

File metadata and controls

21 lines (11 loc) · 693 Bytes

Function: useVerticalOCR()

useVerticalOCR(VerticalOCRProps): OCRType

Defined in: hooks/computer_vision/useVerticalOCR.ts:13

React hook for managing a Vertical OCR instance.

Parameters

VerticalOCRProps

VerticalOCRProps

Configuration object containing model sources, optional independentCharacters and preventLoad flag.

Returns

OCRType

Ready to use Vertical OCR model.