Skip to content

v0.0.3

Compare
Choose a tag to compare
@intelligentnode intelligentnode released this 30 Oct 23:06
· 64 commits to main since this release
f92bc45

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.