@ptkl/sdk - v1.13.0
    Preparing search index...

    Type Alias ExtractTextResult

    type ExtractTextResult = {
        char_count: number;
        text: string;
    }
    Index

    Properties

    Properties

    char_count: number
    text: string