examples
examples copied to clipboard
can this rust-qt OCR demo project be included ?
hello, this project is an example of rust-qt windows desktop , for OCR usage: It shows :
- how to convert QT's ui file to rust file by project ruic,and then used in rust-qt project.
- QListwidget 's add_item_q_string() how to convert
CppBox<QString>as parameter to typeQString. - the practical usage of OCR by paddleOCR-json.
I'd found rust-qt really good. Hope this demo project can help someone.