Extract tables from your documents
Using AnyParser
, you can extract tables from your documents
Refer to the Quickstart guide to install the AnyParser SDK and get your api key.
First, set up your AnyParser
client.
Then, use the anyparser_pii
method, passing in the following:
file_path
(str): the path to the local fileThis will return two things:
table_result
(str): Tables represented in HTML formattotal_time
(str): the time elapsed in secondsA string containing all the tables in HTML format.
Check out these notebooks for more detailed examples of using both sync and async AnyParser.
Extracting key-values from a fake W2 document.
Extracting key-values from a fake W2 document.
Extract tables from your documents
Using AnyParser
, you can extract tables from your documents
Refer to the Quickstart guide to install the AnyParser SDK and get your api key.
First, set up your AnyParser
client.
Then, use the anyparser_pii
method, passing in the following:
file_path
(str): the path to the local fileThis will return two things:
table_result
(str): Tables represented in HTML formattotal_time
(str): the time elapsed in secondsA string containing all the tables in HTML format.
Check out these notebooks for more detailed examples of using both sync and async AnyParser.
Extracting key-values from a fake W2 document.
Extracting key-values from a fake W2 document.