File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 8
8
边看书边做笔记,这个仓库主要是参照《编写可维护的JavaScript》这本书,来总结自己的学习笔记。
9
9
只是自己的总结,和书本不一样,如果觉得不错,你可以购买这本书自己研究。
10
10
11
- 但是全部手写比较累,有的时候偷下懒,用了下图片识别,截取一些比较重要的内容。
11
+ ## 编程风格
12
12
13
- [ 图片识别 ] ( https://github.com/gsdgdf/Java_OCR )
13
+ 1 . 基本的格式化
14
14
15
- [ ocr windows安装 ] ( https://github.com/UB-Mannheim/tesseract/wiki )
15
+ 1.1 [ 缩进层级 ] ( 1/1.1缩进层级.md )
16
16
17
- 也可以直接把pdf转成png文件,然后用ocr抓取文字。代码不写了,偏离主题了。
18
17
19
- 抓取英文 ` tesseract xxx.png output_1 -l eng `
18
+ ## 补足
20
19
21
- 抓取中文 ` tesseract xxx.png output_1 -l chi_sim `
20
+ [ 图片识别 ] ( https://github.com/gsdgdf/Java_OCR )
22
21
23
- ## 编程风格
22
+ [ ocr windows安装 ] ( https://github.com/UB-Mannheim/tesseract/wiki )
24
23
25
- 1 . 基本的格式化
24
+ 也可以直接把pdf转成png文件,然后用ocr抓取文字。
26
25
27
- 1.1 [ 缩进层级] ( 1/1.1缩进层级.md )
26
+ 抓取英文 ` tesseract xxx.png output_1 -l eng `
27
+
28
+ 抓取中文 ` tesseract xxx.png output_1 -l chi_sim `
You can’t perform that action at this time.
0 commit comments