Skip to content

Commit 58d834e

Browse files
committed
initial
0 parents  commit 58d834e

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

.gitignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
### VisualStudio ###
2+
## Ignore Visual Studio temporary files, build results, and
3+
## files generated by popular Visual Studio add-ons.
4+
5+
# User-specific files
6+
*.suo
7+
*.user
8+
*.userosscache
9+
*.sln.docstates
10+
11+
# Build results
12+
[Dd]ebug/
13+
[Dd]ebugPublic/
14+
[Rr]elease/
15+
[Rr]eleases/
16+
x64/
17+
x86/
18+
build/
19+
bld/
20+
[Bb]in/
21+
[Oo]bj/
22+
23+
# Visual Studio profiler
24+
*.psess
25+
*.vsp
26+
*.vspx
27+
28+
### Windows ###
29+
# Windows image file caches
30+
Thumbs.db
31+
ehthumbs.db
32+
33+
# Folder config file
34+
Desktop.ini
35+
36+
# Recycle Bin used on file shares
37+
$RECYCLE.BIN/
38+
39+
# Windows Installer files
40+
*.cab
41+
*.msi
42+
*.msm
43+
*.msp
44+
45+
# Windows shortcuts
46+
*.lnk
47+
48+
target/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#PdfOcr

port-hash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
65582e24c3fe69c77c1944963648bfd4e5438949

0 commit comments

Comments
 (0)