oidlabs-com / oidlabs-com/Lexoid

Save images in PPTX files and extract information of each

Open
#85 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.