layout-parser
layout-parser copied to clipboard
A Unified Toolkit for Deep Learning Based Document Image Analysis
**Motivation** [Vision Grid Transformer for Document Layout Analysis](https://arxiv.org/abs/2308.14978) should outstanding performance w.r.t to https://paperswithcode.com/paper/vision-grid-transformer-for-document-layout (above 95% on PubLayNet. **Related resources** https://github.com/AlibabaResearch/AdvancedLiterateMachinery/tree/main/DocumentUnderstanding/VGT **Additional context** NA
Here is update for document code modelzoo.md
I am facing error while building the detectron2 base model from the example given in github and I receive the following error. Couldnt find any solution. Is there anyone facing...
Hi developers. Thank you very much for this awesome work! I am writing to request if you could add a GCVFeatureType.LINE aggregation level for the OCR module? e.g. layout =...
**Describe the bug** I was trying to use show_element_id as True in draw_box but suddenly got an AttributeError: 'FreeTypeFont' object has no attribute 'getsize' **Checklist** 1. I have searched related...
After reading the issues board it seems like a lot of people are facing similar issues. I have personally watched videos the LP team have posted on Youtube many times,...
I have Windows and went through installation as suggested by [@ivanpp](https://github.com/ivanpp) for installing Detectron2 on Windows: [Detectron2 walkthrough (Windows)](https://ivanpp.cc/detectron2-walkthrough-windows/#step3installdetectron2). I write a code in jupyter notebook. If I change directory...
Where can I download config_ Path file. i can't download https://www.dropbox.com/s/nau5ut6zgthunil/config.yaml?dl=1
Hi, I have been trying to implement the Newspaper navigator model for my application. However, it is able to detect the regions like title or whole article. But I want...