Skip to content

Text Detection Node

AI/ML/ONNX/OCR

Text Detection

Detect text regions in images. Download models from: CRAFT (https://huggingface.co/quocanh34/craft_text_detection_onnx), DBNet (https://huggingface.co/Xenova/dbnet_resnet50_onnx), EAST (https://www.dropbox.com/s/r2ingd0l3zt8hxs/frozen_east_text_detection.tar.gz)

onnx_text_detectiononnx
Inputs5
Outputs3
Security exposure10/10
Packageonnx

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

5

Input

Execution
exec_in

Initiate Execution

Model

Struct
model

ONNX Text Detection Model

NodeOnnxSessionNodeOnnxSession1 fields
session_refstringrequired

Cache ID for Session

Schema enforced

Image

Struct
image

Input Image

NodeImageNodeImage1 fields
image_refstringrequired
Schema enforced

Threshold

Float
threshold

Detection confidence threshold

Default 0.5

Input Size

Integer
input_size

Model input size

Default 640

Output Pins

3

Output

Execution
exec_out

Done

Regions

Generic
regions

Detected text regions

Count

Integer
count

Number of detected regions

Node Info

Internal name
onnx_text_detection
Category
AI/ML/ONNX/OCR
Version
1