Skip to content

Releases: ExtractTable/ExtractTable-py

Save the MakeCorrections output

18 Jul 22:33
e7ad566
Compare
Choose a tag to compare

Use corrections.save_output() to save the output to a folder

v2.3.1

06 May 21:11
a8d6b26
Compare
Choose a tag to compare
  1. Fix processing splitted PDFs
  2. Support downloading BigFile

Fix OCR errors functionality

20 Apr 00:54
c4e555c
Compare
Choose a tag to compare
  • 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

06 Nov 17:20
c48fe70
Compare
Choose a tag to compare

To provide user control on whether to output the row & column numbers in the output file

Feature: Corrections Made Easy

27 Aug 01:25
aab3060
Compare
Choose a tag to compare

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

04 Jul 07:22
55866b2
Compare
Choose a tag to compare

To handle Invalid Object Exception when processing big files

Bug Fix: Row & Column Indices

03 Jul 01:14
1182f66
Compare
Choose a tag to compare

#28

  • Maintain column and row indices order

  • Display JobId & Wait message for async transactions

Support for API Key Plan Type outputs

30 Apr 05:24
5424423
Compare
Choose a tag to compare

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

01 Dec 03:55
Compare
Choose a tag to compare

Fixed Columns were not in order in the output

Support URL as input

20 Oct 22:18
Compare
Choose a tag to compare

Support URL as input which downloads the file to the temporary directory for the instance, auto deleted on success