Created
March 18, 2021 10:19
-
-
Save suryak-cs/1b96b85ce7d66d25a7361e6d31d5338e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<title>Index</title> | |
<style type="text/css"> | |
span {font-size: 1.6em;} | |
</style> | |
</head> | |
<body> | |
<H1 ><center>Welcome to LexNLP Demo</center></span></p> | |
<h3><center>This demo shows how to extract Personal Identifiable Information from an Image file</center></h3> | |
<h4><center>Please click the below link to upload the image file(png/jpg/jpeg)</center></h3> | |
<p font-><center><a href="http://127.0.0.1:5000/upload"><span>upload</span></a></center></p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment