- get_system ('example_dir', PathExample)
- PathExample := PathExample + '/images/ocr/'
- ImagesPath := PathExample + ['airplane_ticket_01.png','blister_package_01.png','bottle_label_09.png','chip_01.png','dot_print_12.png','industrial_text_01.png','industrial_text_02.png','keys_01.png','metal_print_01.png','street_sign_01.png']
- *
- * *************************************************************
- * Part 1: Detection and recognition of words within an image.
- * *************************************************************
- * Create the model.
- create_deep_ocr ([], [], DeepOcrHandle) 这句话报错
- set_suitable_device_in_ocr_handle (DeepOcrHandle)
复制代码
|