img2table icon indicating copy to clipboard operation
img2table copied to clipboard

tables are not available as pandas dataframe.

Open aiusrgit opened this issue 1 year ago • 1 comments

when using .df attribute on the ExtractedTable instance , the output pandas dataframe contains null cell values and no information at all.

aiusrgit avatar Apr 28 '24 14:04 aiusrgit

Did you pass an ocr in .extract_tables(ocr=...)?

From the docs:

ocr : OCRInstance, optional, default None OCR instance used to parse document text. If None, cells content will not be extracted

yashtodi94 avatar Apr 30 '24 13:04 yashtodi94