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
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Currently preventing usage
Please provide a clear description of problem this feature solves
Currently the processing pathways for images/docx/pptx files do not integrate image extraction components for tables and charts. This issue will introduce support for those features.
Describe the feature, and optionally a solution or implementation and any alternatives
New functionality will include updates to docx_helper.py, pptx_helper.py, to include table and chart detection via yolox, and downstream table/chart extractors; it will also add an extraction stage for jpg, jpeg, png, and svg elements that leverages yolox and downstream table/chart extractors.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Currently preventing usage
Please provide a clear description of problem this feature solves
Currently the processing pathways for images/docx/pptx files do not integrate image extraction components for tables and charts. This issue will introduce support for those features.
Describe the feature, and optionally a solution or implementation and any alternatives
New functionality will include updates to
docx_helper.py
,pptx_helper.py
, to include table and chart detection via yolox, and downstream table/chart extractors; it will also add an extraction stage for jpg, jpeg, png, and svg elements that leverages yolox and downstream table/chart extractors.Additional context
No response
The text was updated successfully, but these errors were encountered: