Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DocumentSplitAdapter #189

Closed
rsoika opened this issue Jul 31, 2023 · 0 comments
Closed

DocumentSplitAdapter #189

rsoika opened this issue Jul 31, 2023 · 0 comments

Comments

@rsoika
Copy link
Member

rsoika commented Jul 31, 2023

Implement a new Adapter class that is able to split a workitem into sub workitem based on attached documents.

For example if a workitem contains 3 invoice douments in PDF format, the adapter is able to create 3 sub processes (simmilar to the SplitPlugin from the core project).

  • Create a sub workitem for each attachment matching a given regex
  • transfer the document and metadata (including optional OCR information) into the split workitem.
  • do not change the master workitem

Need to be patched for 2x version!

@rsoika rsoika added the feature label Jul 31, 2023
@rsoika rsoika added this to the 3.0.0 milestone Jul 31, 2023
rsoika added a commit that referenced this issue Aug 1, 2023
Issue #189
@rsoika rsoika added the testing label Aug 1, 2023
@rsoika rsoika closed this as completed Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant