Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Poppler #1706

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Add Poppler #1706

merged 2 commits into from
Dec 17, 2024

Conversation

NolanTrem
Copy link
Collaborator

@NolanTrem NolanTrem commented Dec 17, 2024

Important

Adds Poppler installation to CI workflow, removes WEBP, ICO, and MP4 from DocumentType, and updates version to 3.3.15.

  • CI Workflow:
    • Adds Poppler installation step in r2r-light-py-integration-tests.yml.
  • DocumentType Enum:
    • Removed WEBP, ICO, and MP4 from DocumentType in document.py.
  • Version Update:
    • Updated version from 3.3.14 to 3.3.15 in pyproject.toml.

This description was created by Ellipsis for c2cba8e. It will automatically update as commits are pushed.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to d44a091 in 12 seconds

More details
  • Looked at 35 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. py/shared/abstractions/document.py:47
  • Draft comment:
    Ensure that the removal of WEBP, ICO, and MP4 from DocumentType does not affect other parts of the codebase that might rely on these types.
  • Reason this comment was not posted:
    Comment did not seem useful.

Workflow ID: wflow_PbLam5K5S0z0rxHp


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@NolanTrem NolanTrem merged commit a7c58fa into main Dec 17, 2024
1 of 2 checks passed
@NolanTrem NolanTrem deleted the Nolan/BumpPackage branch December 17, 2024 01:31
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on c2cba8e in 8 seconds

More details
  • Looked at 16 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. .github/workflows/r2r-light-py-integration-tests.yml:50
  • Draft comment:
    Consider removing 'sudo' from the 'apt-get' commands to ensure compatibility with environments where 'sudo' is not available or necessary.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The installation of Poppler is done using 'sudo', which might not be necessary in all environments, especially in containerized or CI environments where the user might already have the necessary permissions. It's better to ensure that the script is compatible with the environment it runs in.

Workflow ID: wflow_Hqv4K6D4VueY6Y2w


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant