pluniak commited on
Commit
0169c9c
·
verified ·
1 Parent(s): 4e1f3e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -12
README.md CHANGED
@@ -1,12 +1,24 @@
1
- # ocrd
2
- Optical Character Recognition Digitization
3
-
4
- ## Acknowledgements and Attributions
5
-
6
- This project makes use of significant components from the following open-source projects:
7
-
8
- - **eynollah**: An automated layout analysis tool for historical documents, developed as part of the QURATOR project. The eynollah tool is instrumental in facilitating the preprocessing of document images in our project. For more details on eynollah, visit their GitHub repository: [qurator-spk/eynollah](https://github.com/qurator-spk/eynollah). The tool is used under the Apache License 2.0.
9
-
10
- - **Microsoft trocr**: I utilize Microsoft's trocr models for optical character recognition tasks. The trocr models are highly effective in recognizing text from a variety of document types. For more information on trocr and its usage, please see [Microsoft's trocr repository](https://github.com/microsoft/unilm) under the MIT License.
11
-
12
- I appreciate the efforts of the developers and the community in providing these high-quality open-source resources.
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: OCDR Demo
3
+ emoji: 🧐
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: 4.26.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ ---
12
+
13
+ # ocrd
14
+ Optical Character Recognition Digitization
15
+
16
+ ## Acknowledgements and Attributions
17
+
18
+ This project makes use of significant components from the following open-source projects:
19
+
20
+ - **eynollah**: An automated layout analysis tool for historical documents, developed as part of the QURATOR project. The eynollah tool is instrumental in facilitating the preprocessing of document images in our project. For more details on eynollah, visit their GitHub repository: [qurator-spk/eynollah](https://github.com/qurator-spk/eynollah). The tool is used under the Apache License 2.0.
21
+
22
+ - **Microsoft trocr**: I utilize Microsoft's trocr models for optical character recognition tasks. The trocr models are highly effective in recognizing text from a variety of document types. For more information on trocr and its usage, please see [Microsoft's trocr repository](https://github.com/microsoft/unilm) under the MIT License.
23
+
24
+ I appreciate the efforts of the developers and the community in providing these high-quality open-source resources.