oidlabs-com / oidlabs-com/Lexoid
Save images in PPTX files and extract information of each
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 108
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
The current pptx parsing function is able to take an image directory as an argument. We can extract the images from the presentation by specifying this and setting disable_images=False. After extraction, we can run inference on the images and include the details in the image alt text within the output markdown.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the current PPTX parsing function and how its image-directory argument and disable_images=False option work. Trace where extracted images and output Markdown are handled. Done means images are saved, inference details are included in each image's alt text, and the existing PPTX parsing behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100