Text Detection
This function block is used to identify and locate text within images using a deep learning model. It processes the input image and provides outputs indicating where text is detected.
📥 Inputs
Image Any The input image in which text needs to be detected.
📤 Outputs
Image Any The modified image with detected text locations highlighted.
Referance Point The coordinates of the reference point for each detected text box.
Referance Rectangles The coordinates of the rectangles bounding each detected text area.
Number of Detected Text The total number of text areas detected in the input image.
🕹️ Controls
Confidence A slider to set the confidence threshold for text detection. Higher confidence values lead to stricter detection criteria.
NMS Threshold A slider to adjust the Non-Maximum Suppression (NMS) threshold, which helps filter out overlapping bounding boxes.
🎨 Features
Deep Learning Model Utilizes a pre-trained deep learning model for robust text detection.
Real-time Feedback Adjusting controls allows users to modify detection settings in real time, improving detection results based on the input images.
📝 Usage Instructions
Input Image: Connect an image source to the
Image Anyinput.Adjust Detection Settings: Use the
ConfidenceandNMS Thresholdsliders to configure the detection parameters.Run the Block: Execute the block to perform text detection. The output image will highlight detected text areas along with their reference points and the quantity of detected text.
📊 Evaluation
Upon evaluation, this function block processes the input image to detect text and outputs a modified image with detected text highlighted, as well as additional information such as reference points, rectangles, and the count of detected text areas.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated
Was this helpful?