Skip to content

Conversation

@ajjimeno
Copy link
Contributor

No description provided.

@ajjimeno ajjimeno requested a review from LaverdeS October 13, 2023 01:15
Copy link
Contributor

@LaverdeS LaverdeS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT! It is considerably faster now (X3) and it also fixed some UncategorizedText remnants/extras during generation.

@cragwolfe
Copy link
Contributor

Test instructions, how verified?

@LaverdeS
Copy link
Contributor

LaverdeS commented Oct 13, 2023

Test instructions, how verified?

%%time

doc = DocumentLayout.from_file("layout-parser-paper-fast.pdf", detection_model=model)
for i in range(len(docb.pages)):
    print(f"--> Page {i}")
    for element in doc.pages[i].elements:
        display(element.type)
        display(element.text)

@ajjimeno ajjimeno merged commit f11559b into main Oct 13, 2023
@ajjimeno ajjimeno deleted the feat/fast-chipper-v2 branch October 13, 2023 21:32
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

Successfully merging this pull request may close these issues.

4 participants