Can I Export General Table OCR Data to an Excel File?
General Table OCR can convert the table content into an editable Excel file. If return_excel is true, the returned table is converted to the Base64 code of the Microsoft Excel. You can use the Python function base64.b64decode to decode the table content and save it as an .xlsx file.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.