Skip to content

Alternative pdf parsers #461

@yasirdemircan

Description

@yasirdemircan

Is your feature request related to a problem? Please describe.
No , it is an enhancement

Describe the solution you'd like
Using docling as the pdf parser instead of pdf2text if the performance requirements would not outweight the benefits.

Performance of the library and issues about it

Approximately 30 seconds for parsing a FIPS-140 document and 1 minutes for a CC artifact.
I have tested the library with 72 FIPS certs and 1 CC certificate so far.

The library is better at parsing tables than pdf2text and lets you output Pandas dataframes from PDF tables.

Page headings labeling feature can be used to distinguish cert id clearly from references.

The library is bad at detecting sentence boundaries , additional sentence tokenization is needed for semantic analysis work.

We can discard unnecessary parts of the certificates during analysis like captions or footnotes from detected labels.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions