Metadata-Version: 2.1
Name: EntityExtractor
Version: 0.6.1.6
Summary: Extract specific entities from a text. Give Base64 and get a JSON formatted output data.
Home-page: UNKNOWN
Author: Ankit Mor
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas >=2.0.3
Requires-Dist: numpy >=1.24.3
Requires-Dist: nltk >=3.8.1
Requires-Dist: requests
Requires-Dist: BeautifulSoup4
Requires-Dist: spacy >=3.7.2
Requires-Dist: spacy-transformers

Run following before using : 
 spacy.cli.download('web_en_core_trf')

