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

[Enhancement] Merge layout-aware and generative model components #28

Open
athewsey opened this issue Mar 3, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@athewsey
Copy link
Contributor

athewsey commented Mar 3, 2023

As of #26, users can train generative models to normalize entity text after extraction: For example to standardize date or currency formats, or correct common OCR error patterns.

This is not ideal though, as the normalization model only sees the specific extracted text without the surrounding context (which could for example give locale cues whether a date is more likely to be MM/DD/YYYY or DD/MM/YYYY).

It would be better if we could directly merge a generative output onto the layout-aware model, and fine tune normalized extraction directly.

@athewsey athewsey added the enhancement New feature or request label Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant