Skip to main content

This packages can efficiently measure the text structure recognition capabilities ofn pdftextsplitter

Project description

DeltaTextsplitter package

This package is meant for evaluating the text structure recognition capabilities of the package pdftextsplitter It is under development.

Excel-parser

from deltattextsplitter import documentclass
mydoc.splitter.set_documentname("mydocument")
mydoc.splitter.set_documentpath("/path/to/document/")
mydoc.splitter.set_outputpath("/path/for/writing/")
mydoc.splitter.standard_params()
mydoc.splitter.process()
mydoc.outputpath = "/path/to/my/new/excel/"
mydoc.export_outcomes()

And then you have your output excel. You can also read an excel by: mydoc.referencepath = "/path/to/my/new/excel/"
mydoc.read_references()
and then compare pandas dataframes mydoc.outcomes and mydoc.references to calculate KPI's and other comparisons.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deltatextsplitter-0.0.2.tar.gz (641.4 kB view hashes)

Uploaded Source

Built Distribution

deltatextsplitter-0.0.2-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page