Commit History

Add support for CUDA availability check in PDF processing and raise HTTPException for unsupported scanned PDFs
698a3c4

kanha-upadhyay commited on

Update spaCy model loading to use 'en_core_web_sm' instead of 'en_core_web_trf'
6874c0e

kanha-upadhyay commited on

Update Dockerfile and docker-compose.yml to expose port 7860 and run Gunicorn with updated parameters
a5247bb

kanha-upadhyay commited on

Enhance PDF processing: validate file type, implement temporary file handling, and add preprocessing functionality
4994e6b

kanha-upadhyay commited on

Refactor Dockerfile to remove unnecessary package upgrades and streamline dependency installation
aea524d

gopalswami commited on

Refactor Dockerfile to combine system dependency installation steps for improved cache handling
28b7422

gopalswami commited on

Add command configuration for Gunicorn in docker-compose.yml
be02e33

gopalswami commited on

Refactor Dockerfile to streamline package installation and ensure APT lists are cleaned up
3b4cdb1

gopalswami commited on

Refactor Dockerfile to improve package installation process and clean up APT lists
13477e3

gopalswami commited on

Restore logging configuration in docker-compose.yml for AWS CloudWatch integration
13628e5

gopalswami commited on

Update spaCy model to 'en_core_web_trf' in Dockerfile
f6219e4

gopalswami commited on

Comment out logging configuration in docker-compose.yml
54d8117

gopalswami commited on

Add .dockerignore and update .env.example with AWS CloudWatch log configuration
ad342fc

gopalswami commited on

Add environment configuration and Docker setup for parser service
375a71f

gopalswami commited on

Enhance PDFProcessorService and TextExtractor with improved logging and error handling
2e2af5e

kanha-upadhyay commited on

Add gunicorn as a dependency in pyproject.toml and update poetry.lock
15ad0e8

kanha-upadhyay commited on