Python Gradio EasyOCR
-
Python利用Gradio与EasyOCR构建在线识别文本的Web应用
目录前言一、Gradio是什么二、EasyOCR的准备工作三、使用Gradio、easyocr构建在线识别文本的 Web 应用总结前言[详细]
2023-04-05 09:18 分类:开发 how to use @ in python.. and the @property and the @classmethod
this is my code: def a(): print \'sss\' @a() def b(): print \'aaa\' b() and the Tracebackis: sss Traceback (most recent call last):[详细]
2022-12-28 15:47 分类:问答