Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# PDF Character Counter
|
| 2 |
|
| 3 |
A simple and reliable PDF character counting tool that extracts text from PDF documents and counts only the actual content.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: PDF Character Counter
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 8501
|
| 8 |
+
tags:
|
| 9 |
+
- streamlit
|
| 10 |
+
pinned: false
|
| 11 |
+
short_description: A simpe app that counts characters including spaces in PDF
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# PDF Character Counter
|
| 15 |
|
| 16 |
A simple and reliable PDF character counting tool that extracts text from PDF documents and counts only the actual content.
|