Skip to content

importapi is a Python application API designed to import and extract text from various sources like: txt, pdf, docx, URLs

License

Notifications You must be signed in to change notification settings

reshAI2/importapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

importapi

About

importapi is a Python application API designed to import and extract text from various sources, including:

  • txt files
  • docx files
  • PDF files
  • URLs

Extracted text is stored in JSON format in an S3 bucket.


Run

Install Dependencies

pip install -r requirements.txt

Run the Application

Start the FastAPI app:

uvicorn main:app --reload

Run Tests (Optional)

Execute the test suite:

pytest test_app.py

About

importapi is a Python application API designed to import and extract text from various sources like: txt, pdf, docx, URLs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages