examples icon indicating copy to clipboard operation
examples copied to clipboard

can this rust-qt OCR demo project be included ?

Open kerneltravel opened this issue 2 years ago • 0 comments

hello, this project is an example of rust-qt windows desktop , for OCR usage: It shows :

  1. how to convert QT's ui file to rust file by project ruic,and then used in rust-qt project.
  2. QListwidget 's add_item_q_string() how to convert CppBox<QString> as parameter to type QString.
  3. the practical usage of OCR by paddleOCR-json.

I'd found rust-qt really good. Hope this demo project can help someone.

kerneltravel avatar Sep 18 '23 07:09 kerneltravel