OpenXML filter still extracts “Picture 1” labels with excludeGraphicMetadata=true (1.48.0-SNAPSHOT)

Hi Okapi team,

I’m testing 2.1.48.0-SNAPSHOT. My goal is to suppress all hidden picture labels (“Picture 1”, “filename.jpg”) to cut MT token cost.

My openxml-slim.fprm (ParameterString format):

  useCodeFinder=true
  joinSimilarRuns=true
  simplifyCodes=true
  excludeGraphicMetadata=true
  extractDocPr=false
  extractDrawingText=false

Command:

  tikal -x -sl en -tl ru ^
        -fc okf_openxml@openxml-slim.fprm ^
        sample.docx

sample.docx.xlf still contains:

Picture 1 … f1_car_placeholder.jpg

Is there a different key I should use (e.g. translateGraphicMetadata=false)? Bug? Regression? Any hint appreciated.

Minimal DOCX + .fprm attached.

ThanksFormula1_Stylish_Document_With_Image_And_Table.docxFormula1_Stylish_Document_With_Image_And_Table.docx.xlf

Edited by Allan 555