detectTextCRAFT
Syntax
Description
detects texts in images by using character region awareness for text detection (CRAFT) deep
learning model. The bboxes
= detectTextCRAFT(I
)detectTextCRAFT
function uses a pretrained CRAFT deep
learning model to detect texts in an image. The pretrained CRAFT model can detect 9
languages that include Chinese, Japanese, Korean, Italian, English, French, Arabic, German,
and Bangla (Indian).
Note
To use the pretrained CRAFT model, you must install the Computer Vision Toolbox™ Model for Text Detection. You can download and install the Computer Vision Toolbox Model for Text Detection from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons. To run this function, you will require the Deep Learning Toolbox™.
detects texts within a region-of-interest (ROI) in the image.bboxes
= detectTextCRAFT(I
,roi
)
specifies additional options by using name-value pair arguments. You can use the name-value
pair arguments to fine-tune the detection results.bboxes
= detectTextCRAFT(___,Name=Value
)