Classes | |
class | OCRNode |
Functions | |
def | crop_img (img, poly) |
def | ocr_image (process_index, poly, img, lang='eng') |
def | visualize_polygons_with_texts (img, polys, texts, font_path, box_thickness=3, font_size=16) |
Variables | |
ocr = OCRNode() | |
def node_scripts.ocr_node.crop_img | ( | img, | |
poly | |||
) |
Definition at line 32 of file ocr_node.py.
def node_scripts.ocr_node.ocr_image | ( | process_index, | |
poly, | |||
img, | |||
lang = 'eng' |
|||
) |
Definition at line 54 of file ocr_node.py.
def node_scripts.ocr_node.visualize_polygons_with_texts | ( | img, | |
polys, | |||
texts, | |||
font_path, | |||
box_thickness = 3 , |
|||
font_size = 16 |
|||
) |
Definition at line 71 of file ocr_node.py.
node_scripts.ocr_node.ocr = OCRNode() |
Definition at line 295 of file ocr_node.py.