DeepDoctection: Document extraction and analysis using deep learning models
1–10 of 63 posts
Re: DeepDoctection: Document extraction and analysis using deep learning models
#2Re: DeepDoctection: Document extraction and analysis using deep learning models
#3Re: DeepDoctection: Document extraction and analysis using deep learning models
#4Re: DeepDoctection: Document extraction and analysis using deep learning models
#5Re: DeepDoctection: Document extraction and analysis using deep learning models
#6An example use case: given a url, figure out content type (article vs product page for example), if product page, automatically extract all product details and specs without manually mapping xpath or css lookup paths
Re: DeepDoctection: Document extraction and analysis using deep learning models
#7Isn't it depressing, that we live in 2023 and the predominant document format is pdf, which was invented in 1993 and is optimized for printing? I would love to have a new format, which is easily parseable (like JSON) AND printable (like PDF).
Re: DeepDoctection: Document extraction and analysis using deep learning models
#8Isn't it depressing, that we live in 2023 and the predominant document format is pdf, which was invented in 1993 and is optimized for printing? I would love to have a new format, which is easily parseable (like JSON) AND printable (like PDF).
Re: DeepDoctection: Document extraction and analysis using deep learning models
#9How serendipitous. I was looking for something like that recently. Admittedly my use case was much simpler, detecting tables of contents on scanned pdfs that usually don’t have them as links to navigate within the document. Will see if this could help. Is anyone using something else for my use case?
Re: DeepDoctection: Document extraction and analysis using deep learning models
#10How serendipitous. I was looking for something like that recently. Admittedly my use case was much simpler, detecting tables of contents on scanned pdfs that usually don’t have them as links to navigate within the document. Will see if this could help. Is anyone using something else for my use case?
Not sure what your budget is but I’ve used AWS for handling PDFs and it’s been pretty good at detecting content via boundary boxes.