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.
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).
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.
1. Add Google Text to Speech transformer. Add ability to specify transformer field type. Add languages repository. Code cleanup.
2. Refine readme file.