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.
pip install -r requirements.txt
Start the FastAPI app:
uvicorn main:app --reload
Execute the test suite:
pytest test_app.py