This is a Rust implementation of EAST: An Efficient and Accurate Scene Text Detector with OpenCV.
The program takes two arguments as input:
--file image_file
--weights frozen_east.pb
Use shell script to or download weights from EAST .pb file
cargo run -- --file path/to/file --weights path/to/weights.pb