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.txtStart the FastAPI app:
uvicorn main:app --reloadExecute the test suite:
pytest test_app.py