We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51773db commit d84e821Copy full SHA for d84e821
README.md
@@ -43,7 +43,7 @@ pip install -r requirements.txt
43
44
Run app by
45
```
46
-python app.py filename(Currently supported only for CSV)
+python app.py filename(Currently supported only for CSV*)
47
48
Example
49
@@ -55,3 +55,5 @@ python app.py test.csv
55
Open app in Browser, App is running at localhost:5000
56
57
###
58
+
59
+## * BETA Application may able to read all other formats like txt, doc but formatting may be different
0 commit comments