• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CSV file generated is empty

New Here ,
Jan 31, 2025 Jan 31, 2025

Copy link to clipboard

Copied

Hi everyone, 

I'm working on a project to extract data from account statements. I'm using .NET for this process. However, I've noticed that when requesting the following parameters:

// Create parameters for the job
ExtractPDFParams extractPDFParams = ExtractPDFParams.ExtractPDFParamsBuilder()
        .AddElementsToExtract(new List<ExtractElementType>(new[]
            { ExtractElementType.TEXT, ExtractElementType.TABLES }))
        .AddElementsToExtractRenditions(
            new List<ExtractRenditionsElementType>(new[] { ExtractRenditionsElementType.TABLES }))
        .AddTableStructureFormat(TableStructureType.CSV)
        .Build();


 the CSV files are generated empty
The PNG images look correct.

Another thing that I have noticed is that the JSON does not have text related to the account statements.

I hope you can help me, thank you! I really want to make the most of this tool, but I'm starting to have doubts about whether it is truly functional or not.

Is there a way to train the AI to obtain more accurate data?






TOPICS
.NET SDK , PDF Extract API

Views

40

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 03, 2025 Feb 03, 2025

Copy link to clipboard

Copied

LATEST

Can you share the PDF?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources