Skip to content

The metadata lacks the base64 encoding of the image. #114

Open
@mggger

Description

@mggger

version: 0.17.1

截屏2024-09-25 17 42 32

please see the picture, and api call is

const res = await client.general.partition({
        partitionParameters: {
            files: {
                content: data,
                fileName: filename,
            },
            strategy: 'hi_res',
            languages: ['eng'],
            splitPdfPage: true,
            splitPdfAllowFailed: true,
            splitPdfConcurrencyLevel: 15,
            extractImageBlockTypes: ["Image","Table"]
        }
    });

return res.elements;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions