Releases: ExtractTable/ExtractTable-py
Save the MakeCorrections output
Use corrections.save_output()
to save the output to a folder
v2.3.1
- Fix processing splitted PDFs
- Support downloading BigFile
Fix OCR errors functionality
- View your transactions processed in the last 24 hours
- Give user the ability to make character error corrections
User Control on Indices in the output
To provide user control on whether to output the row & column numbers in the output file
Feature: Corrections Made Easy
Data Cleaning on the server output made easy with MakeCorrections
class.
- split_merged_rows
- split_merged_columns
- fix_decimal_format
- fix_date_format functionalities
added server_response
attribute to the session for easy reference
Update Google Colab Tutorial
Save tables to multiple sheets of a single excel file
save_output
functionality in session to save Tables & Text output to local
Updated Tutorial in example-code.ipynb
Bug Fix: When processing big files
To handle Invalid Object Exception
when processing big files
Bug Fix: Row & Column Indices
-
Maintain column and row indices order
-
Display JobId & Wait message for async transactions
Support for API Key Plan Type outputs
To support the below added features at API level
• Tables + Text Data: non-tabular text along with the tabular data (when tables undetected, by default, response gets text data)
• Text Accuracy Details: page level character accuracy details
• Cell / Word Coordinates: x,y coordinates of all words and table's cell data
• Cell / Word Level Accuracy: word level accuracy details
• Non-English characters: for non-english alphabets like Mandrin, Japanese etc
v1.2.1.2
Fixed Columns were not in order in the output
Support URL as input
Support URL as input which downloads the file to the temporary directory for the instance, auto deleted on success