fasdfsa commited on
Commit
9be1e74
·
1 Parent(s): 566b5a2

图片导出/压缩

Browse files
Files changed (1) hide show
  1. src/WpfEditor/MainWindow.xaml.cs +8 -0
src/WpfEditor/MainWindow.xaml.cs CHANGED
@@ -28,6 +28,14 @@ using Rectangle = System.Windows.Shapes.Rectangle;
28
  using Window = System.Windows.Window;
29
  using System.Threading.Tasks;
30
 
 
 
 
 
 
 
 
 
31
  namespace WpfEditor
32
  {
33
  // 添加图片文件信息类
 
28
  using Window = System.Windows.Window;
29
  using System.Threading.Tasks;
30
 
31
+ /*
32
+ see huggingface/pdf_ocr/main.py
33
+ see huggingface/ExtractPdfImage/Form1.cs
34
+ # 图片导出
35
+ see huggingface/project/ocr/ocrClient
36
+ # 图片压缩
37
+ */
38
+
39
  namespace WpfEditor
40
  {
41
  // 添加图片文件信息类