Open aiusrgit opened 7 months ago
when using .df attribute on the ExtractedTable instance , the output pandas dataframe contains null cell values and no information at all.
Did you pass an ocr in .extract_tables(ocr=...)?
ocr
.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
when using .df attribute on the ExtractedTable instance , the output pandas dataframe contains null cell values and no information at all.