document_ocr 1.0.14

Bug fixes

Breaking change:
method in the transformer plugin public function transform($value, $configuration)
changed to:
public function transform($value) where config is now accessible via private $this->configuration variable.

document_ocr 1.0.12

New features

1. Add timeout option to PDF to Text.
2. Add Docconv integration processor plugin.

document_ocr 1.0.10

Bug fixes
New features

Add ability to set if processor plugin can store JSON response or not.

document_ocr 1.0.8

Bug fixes

Issue #3461596 by minnur: Automated Drupal 11 compatibility fixes for document_ocr

document_ocr 1.0.7

Bug fixes

1. Load OpenAI models via API call instead of json models repository.
2. Fix typos.

document_ocr 1.0.6

Bug fixes

1. Update OpenAI models.
2. Update the module to use latest OpenAI php library version.

document_ocr 1.0.5

Bug fixes

Issue #3459591: Automated Drupal 11 compatibility fixes for document_ocr

document_ocr 1.0.3

Bug fixes

Add ability to delete tasks. Remove tasks if associated mapping or processor is deleted.

document_ocr 1.0.2

Bug fixes

- Fix deprecated function.
- Refine error log message.
- Cleanup param converter logic.

document_ocr 1.0.0-alpha18

Bug fixes
New features

Removed legacy OpenAI Complete and OpenAI Edit integration plugins. Replaced it with OpenAI Chat (GPT 3.5 and GPT 4)

While in alpha I won't be providing update paths for the new versions. If things break please reinstall the module

document_ocr 1.0.0-alpha17

Bug fixes

1. Change Drupal core requirement.
2. Show message when no configuration form is available for the transformer plugin.

document_ocr 1.0.0-alpha16

Bug fixes
New features

1. Add process pending option to the mapping list. Code cleanup.
2. Add ability to remove buckets and objects when process is complete (Google Document AI).

document_ocr 1.0.0-alpha15

Bug fixes
New features

1. Refine README. Add instructions for the Google Document AI (batch) processing.
2. Refactor the module to support async processing.
3. Refine Tasks view page.
4. Add ability to skip template requirement based on processor plugin specified conditions.

document_ocr 1.0.0-alpha14

New features

1. Add support for Microsoft Azure Translate.
2. Add support for Microsoft Azure OpenAI (see the README file).

IMPORTANT:

If you are using Google Translate please make sure you resave GT transformer settings. I added source language option and renamed settings names.

document_ocr 1.0.0-alpha13

Bug fixes

1. Refine processors and transformer plugins.
2. Fix pipeline transformer plugin.

document_ocr 1.0.0-alpha11

Bug fixes
New features

1. Split OpenAI into two edits and completions integrations.
2. Remove experimental keywords transformer plugin.
3. Code cleanup.

document_ocr 1.0.0-alpha9

New features

1. Add Google Text to Speech transformer. Add ability to specify transformer field type. Add languages repository. Code cleanup.
2. Refine readme file.

document_ocr 1.0.0-alpha8

New features

1. Add Google Translate transformer plugin.
2. Add Truncate transformer plugin.

document_ocr 1.0.0-alpha7

Bug fixes
New features

1. Add ability to process audio files via OpenAI. Make template file optional.
2. Cleanup.
3. Fix small bugs.

document_ocr 1.0.0-alpha6

New features

Add support for PDF metadata when using PDF Parser processor.

document_ocr 1.0.0-alpha5

Bug fixes

Show missing transformer and processor plugins on the listing pages when their code is missing.

document_ocr 1.0.0-alpha3

New features
  • Add Imports list.
  • Add ability to process older entities (entities created prior module installation).
  • Add ability to manually process pending processes.

document_ocr 1.0.0-alpha2

Bug fixes

Make sure to run imports only on processor supported file extensions.

Subscribe with RSS Subscribe to Releases for Document OCR (Optical Character Recognition)