Skip to content

Change Log — OCR V3

Release (tag) history for the OCR V3 service (repository ocr-proxy), compiled from the repository's git log and tag messages.

[v2.2.0] - 2026-07-24

Summary: A major release that adds storage of processed PDF documents to MinIO, adds bulk document processing (multiple files at once), and fixes a bug that capped Elasticsearch search results.

Added

  • MinIO integration to store and reference processed PDF documents (services/minio_service.py)
  • Bulk document processing support (multiple files in a single request)

Fixed

  • Maximum page size limit on Elasticsearch search — previously unintentionally capped at 1 result, now correctly restored to 100
  • Proxy request handling fix

[v1.0.2] - 2025-11-20

Summary: A fix to the document-processing queue mechanism, as noted in this release's tag message.

Fixed

  • Issue in the document processing queue

[v1.0.1] - 2025-11-05

Summary: Added Elasticsearch integration and document summarization, including adjustments to the summary text format and document metadata.

Added

  • Elasticsearch integration and summarize service (services/elasticsearch_service.py, services/summarize_service.py)
  • Additional document metadata, including publish status

Changed

  • Text format of generated document summaries

[v1.0.0] - 2025-09-02

Summary: The first recorded release of this service. The original tag message still references the project's previous name ("Veloint v1.0.0 - Ground Stations"); no further change detail exists in the git history at this point.