Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-2562

tika server parse HTML removes DIVs around hyperlink & adds shape

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.17
    • 3.0.0-BETA
    • gui, parser, server
    • None

    Description

      Hyperlinks in a HTML document that are parsed via tika server:

      curl -X PUT --upload-file tika_adds_shape_to_hyperlink.html http://localhost:9998/tika --header "Accept: text/html"

      sent:

      <div>
      <a href="http://www.google.com">http://www.google.com</a>
      </div>

      received back:

      <a shape="rect" href="http://www.google.com">http://www.google.com</a>

       

      Divs are are gone and a shape has been added

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              nwbrad NW Brad
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: