Replies: 1 comment 1 reply
-
|
Ok, checking this one! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For classification I use a very simple model that has a few elements. For extracting the bulk of a document I have a complex model, with employs several classes. In working the splitter into the work flow, running into errors from deep in ExtractThinker, e.g. "list index out of range" when invoking the routine for classification.
The routine for the complex document:
The routine for the classification:
I assume the extract() method on the splitter process is strictly for the splitting and classification work.
My question is putting the two together. I may be conflating process.extract and the Extractor() instance for the complex data extraction.
First run the source document to get the classification response, then run the source document into the appropriate complex model extractor as two separate steps?
Or is there a method to inform the Process() object of the complex model for post-classification extraction?
Beta Was this translation helpful? Give feedback.
All reactions