v0.0.3
New Changes 🌟
- Introduced an Optical Character Recognition (OCR): supported by AWS Rekognition and Google Cloud Vision API. Users can now perform OCR tasks on images to extract the embedded texts.
- Improved the Docker container size: the new release uses a lighter image base which significantly decreases the overall footprint of the application.
- Added interactive Swagger documentation for the OCR.
Install & Run
docker pull intellinode/intelliserver:latest
docker run -p 80:80 intellinode/intelliserver:latest
Please note: Make sure you provide the necessary API keys as environment variables if you are using our OCR feature with AWS and Google services.