Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hierarchical Topic Parsing #77

Closed
thusithaC opened this issue Sep 13, 2024 · 4 comments
Closed

Hierarchical Topic Parsing #77

thusithaC opened this issue Sep 13, 2024 · 4 comments

Comments

@thusithaC
Copy link

First of all, amazing work and thanks for making this open source!

Issue

I'm interested in obtaining hierachical topics after converting PDF -> MD. My naive attempt resulted in a document well extracted, but with a somewhat flat structure.

image


## About This Insurance

## A brief overview

Motor Vehicle Insurance provides cover for your car, motorcycle, trailer and horse float, anywhere in Australia. These types of vehicles are referred to as 'your vehicle' in this booklet. Under this insurance you can choose from three different levels of cover, and three types of policies.

## Levels of cover you can choose from

You can choose from three levels of cover, depending on your needs and your type of vehicle.

## You can choose from:

· Comprehensive for cars, motorcycles, trailers or horse floats.

· Third Party Fire And Theft for cars or motorcycles, or

· Third Party Property Damage for cars or motorcycles.

I used the out of the box pipeline for this extraction DocumentConverter().

Is there a way I could obtain hierarchical topics (#, ##, ###). What components of the pipeline can I change?

Thanks!

@dolfim-ibm
Copy link
Contributor

At the moment, the system is detecting only one level of section headers.

@staar staar closed this as completed Sep 17, 2024
@staar
Copy link

staar commented Sep 17, 2024

New capabilities will come, but for now, the system only recognises titles and the first level of section headers.

@kurtgdl
Copy link

kurtgdl commented Nov 7, 2024

Can I know when this cool feature of header hierarchy is released?

@GabHoo
Copy link

GabHoo commented Nov 11, 2024

Following because very interested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants