TextExtractionSkipReason.java

package net.sasasin.sreader.service.extraction;

/** Why text extraction was intentionally not executed. */
public enum TextExtractionSkipReason {
  PLAYWRIGHT_DISABLED
}