Class ObjectGetOcrWordsParams

  • All Implemented Interfaces:
    dev.case.api.core.Params

    
    public final class ObjectGetOcrWordsParams
     implements Params
                        

    Retrieves word-level OCR bounding box data for a processed PDF document. Each word includes its text, normalized bounding box coordinates (0-1 range), confidence score, and global word index. Use this data to highlight specific text ranges in a PDF viewer based on word indices from search results.