Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-2579 Update to PDFBox 2.0.9 when available
  3. TIKA-2607

Exchange levigo-jbig2-imageio with pdfbox-jbig2-imageio:3.0.0

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.18, 2.0.0
    • core, parser
    • None

    Description

      The jbig2-imageio (formerly levigo) is now ASL 2.0 compatible and Version 3.0.0 of it has been released as subproject of pdfbox. See https://pdfbox.apache.org/

      Therefore the old implementation and restriction

      <!-- Java ImageIO plugin for JBIG2 support (often used in PDF)
      This jbig2 dep is not distributed with Tika due to licensing
      issue (GPLV3). That's why it is included here as "test".
      https://github.com/levigo/jbig2-imageio
      -->
      <dependency>
      <groupId>com.levigo.jbig2</groupId>
      <artifactId>levigo-jbig2-imageio</artifactId>
      <version>1.6.5</version>
      <scope>test</scope>
      </dependency>
      

      can be replaced with

      <dependency>
          <groupId>org.apache.pdfbox</groupId>
          <artifactId>jbig2-imageio</artifactId>
          <version>3.0.0</version>
      </dependency>
      

      See also TIKA-2232

      Attachments

        Activity

          People

            Unassigned Unassigned
            AndreasMeier Andreas Meier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: