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

PDF text extraction #471

Open
lukestanley opened this issue May 15, 2024 · 0 comments
Open

PDF text extraction #471

lukestanley opened this issue May 15, 2024 · 0 comments

Comments

@lukestanley
Copy link
Member

We need a way to get text data from PDFs using directly accessible text or OCR.
Using PDF.js is probably a good way to get the pages with text content, or the image content of the pages.
We need to investigate a way to provide PDFs from local files to the web app running in the browser, and store the text locally in a way that works well with the app, and explore a good form for this, possibly as a new block or maybe an extension of an existing block.
Reviewing the file input block and how PDF.js should be loaded as a dependency are good next steps.

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

1 participant