arjun-mavonic commited on
Commit
f49ed22
1 Parent(s): 90ee13e

docs(readme): updated readme file

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -1,5 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Scanned PDF Text Extrater
2
- # PDF to Docx Converter (non readable pdf, scanned document pdfs)
3
 
4
  This is a Python application that converts non-readable PDF files, such as scanned documents, into readable Word documents. It achieves this by first converting the PDF files into images and then extracting the text from the images to create the Word documents. The application provides a user-friendly interface where you can upload PDF files, select the files you want to convert, and initiate the conversion process. Once the conversion is completed, the converted Word documents can be downloaded from the application.
5
 
@@ -62,16 +74,3 @@ This is a Python application that converts non-readable PDF files, such as scann
62
  ## License
63
 
64
  This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.
65
- ---
66
- title: Scanned Pdf Text Extractor
67
- emoji: 🐨
68
- colorFrom: yellow
69
- colorTo: gray
70
- sdk: streamlit
71
- sdk_version: 1.35.0
72
- app_file: app.py
73
- pinned: false
74
- license: mit
75
- ---
76
-
77
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ ---
2
+ title: Scanned Pdf Text Extractor
3
+ emoji: 🐨
4
+ colorFrom: yellow
5
+ colorTo: gray
6
+ sdk: streamlit
7
+ sdk_version: 1.35.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
  # Scanned PDF Text Extrater
14
+ ## PDF to Docx Converter (non readable pdf, scanned document pdfs)
15
 
16
  This is a Python application that converts non-readable PDF files, such as scanned documents, into readable Word documents. It achieves this by first converting the PDF files into images and then extracting the text from the images to create the Word documents. The application provides a user-friendly interface where you can upload PDF files, select the files you want to convert, and initiate the conversion process. Once the conversion is completed, the converted Word documents can be downloaded from the application.
17
 
 
74
  ## License
75
 
76
  This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.