You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consttextract=newTextractProcessor.Builder().withScope(this).withIdentifier('Trigger').withCacheStorage(cache).withTask(newTableExtractionTask.Builder().withOutputType('markdown'|'text'|'excel'|'csv'|'html')// Defines whether a document will be created for each table,// or whether to group them all in one document..withGroupOutput(false).build()).build();
Use case
Implement a middleware that exposes the Textract capabilities within a Lakechain document processing pipeline.
Solution/User Experience
Below is the temporary design for an API for this middleware.
Alternative solutions
No response
The text was updated successfully, but these errors were encountered: