You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very interested in setting up a perfect RAG pipeline / flow and therefore I need a good document extraction with table-transformers and layout detection.
I could ask you if would add one of these but I want to try it myself.
As I understood I can use your script and deploy it on my huggingface.co so I could consume it, is this right?
The text was updated successfully, but these errors were encountered:
Hi there 👋 I've opened a PR to add support for Table Transformer models in transformers.js. Fortunately, layoutlmv3 is already supported (by optimum), so it shouldn't be too difficult to add support for it too.
Do you have example python code for a workflow that you would like to work in JS?
Question
Hey I really appreciate your work here!
I'm very interested in setting up a perfect RAG pipeline / flow and therefore I need a good document extraction with table-transformers and layout detection.
Example :
https://github.com/deepdoctection/deepdoctection
Where I'd use
https://huggingface.co/microsoft/layoutlmv3-base
https://huggingface.co/microsoft/table-transformer-detection
I could ask you if would add one of these but I want to try it myself.
As I understood I can use your script and deploy it on my huggingface.co so I could consume it, is this right?
The text was updated successfully, but these errors were encountered: