Amish Agrawal

Results 4 comments of Amish Agrawal

> Can the results from hugging face model be passed into structure_to_cells. If yes then how can i find those tokens that needs to be passed as parameters and how...

``` from transformers import TableTransformerForObjectDetection from transformers import DetrImageProcessor from inference import * from PIL import Image import matplotlib.pyplot as plt image = Image.open(img_path).convert("RGB") encoding = feature_extractor(image, return_tensors="pt") tokens =...

> I managed to get the text and its bounding boxes using pytesseract and now i am able to get the results in csv file but sometimes the entries from...

Is there any update on this? Is it possible to run this on windows?