|
oevislib_net
0.14.3.0
|
Functions | |
| static Array< Rectangle2D > | oevislib_net.DeepLearning.OCR.EasyOCR.FindText (Image inImage, Optional< Rectangle2D > inRoi=null, Optional< UCS2D > inRoiAlignment=null, float inScoreThreshold=0.5f, float inAffinityThreshold=0.4f) |
| Find the region of the image containing text. | |
| static Array< string > | oevislib_net.DeepLearning.OCR.EasyOCR.ReadText (Image inImage, Array< Rectangle2D > inTextRegions, Optional< TextOrientation > inOrientation=null, Language inLanguage=Language.English) |
| Read and segment text from an image using EasyOCR pre-trained OCR model. | |
|
inlinestatic |
Find the region of the image containing text.
| inImage | The input Image containing the text to be highlighted. |
| inRoi | Region of interest where the text is located. |
| inRoiAlignment | UCS2D alignment to apply to the given ROI. |
| inScoreThreshold | CRAFT Model Score Map threshold |
| inAffinityThreshold | CRAFT Model Affinity Map threshold |
|
inlinestatic |
Read and segment text from an image using EasyOCR pre-trained OCR model.
| inImage | The input Image containing the text to be recognized. |
| inTextRegions | Array of Rectangle2D specifying regions to read. |
| inOrientation | Whether the text is horizontal or vertical oriented. |
| inLanguage | Language in which the text is written. |