Skip to content

Releases: gomesrocha/DigitalSE-OCR-Python

v0.3.5-rc0.4

01 Apr 22:56
Compare
Choose a tag to compare

Version 0.3.5-rc0.4 is progressing towards version 0.4, which is expected to be a stable release of DigitalSE. In the current version, the system now allows document submission, saves data in a database, and stores documents in a MinIO bucket, compatible with most clouds. Additionally, it implements a queuing system with RabbitMQ, enabling asynchronous transcription of documents, which significantly improves processing time. Furthermore, extracted tokens from documents are now saved in a MongoDB database, facilitating quicker and more intelligent searches.

First test version

19 Feb 19:34
Compare
Choose a tag to compare
First test version Pre-release
Pre-release

First test version of DigitalSE in Python with Fastapi, in this version we have adopted minio as the storage bucket, which can be replaced in production by cloud buckets.