Metadata-Version: 2.1
Name: entityextractionpack
Version: 0.1.0
Summary: 
Author: Sayantan Das
Author-email: sayantan.das013@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: google-generativeai (>=0.5.4,<0.6.0)
Requires-Dist: langchain-community (>=0.2.1,<0.3.0)
Requires-Dist: pypdf (>=4.2.0,<5.0.0)
Requires-Dist: pypdf2 (>=3.0.1,<4.0.0)
Description-Content-Type: text/markdown

To run the package 
step 1: open command prompt and do "pip install entityextractionpack"
step 2: write command as "python"
step 3: write command as "from entityextractionpack import utils"
step 4: write command as "utils.display_entities("give me the entities from pdf1/pdf2")" //user prompt
