Skip to main content

This project is only for Orbit Tech internal use.

Project description

orbitkit

pypi-version

This project is only for Orbit Technology [https://www.orbitfin.ai/] internal use.

Full documentation for the project is available at [https://github.com/clown-0726/orbitkit/tree/main/docs][docs].


Overview

orbitkit is a powerful and flexible toolkit for enhancing your application.

Some reasons you might want to use orbitkit:

  • The out-of-box utils' api to use for your application.
  • Customizable all the way down - just use few of code to implement file extraction.

Requirements

  • Python (3.5, 3.6, 3.7, 3.8, 3.9)
  • Django (2.2, 3.0, 3.1, 3.2)

We highly recommend and only officially support the latest patch release of each Python and Django series.

Installation

Install using pip...

pip install orbitkit

Example

Let's take a look at a quick example of using orbitkit to build your application.

Startup up a new file extraction like so...

pip install orbitkit

Now edit any python file in your project:

from pdf_extractor.pdf_block_extractor_v2 import PdfBlockExtractV2

pdf_block_extract = PdfBlockExtractV2(local_path='example.pdf', extend_meta={})
text_block_arr = pdf_block_extract.extract()

for item in text_block_arr:
    print(item)

We'd also like to configure extract_url as your pleased.

That's it, we're done!

Documentation & Support

Full documentation for the project is available at [https://github.com/clown-0726/orbitkit/tree/main/docs][docs].

For questions and support, use the [https://github.com/clown-0726/orbitkit/issues] to track.

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

orbitkit-0.7.2.tar.gz (39.0 kB view details)

Uploaded Source

File details

Details for the file orbitkit-0.7.2.tar.gz.

File metadata

  • Download URL: orbitkit-0.7.2.tar.gz
  • Upload date:
  • Size: 39.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for orbitkit-0.7.2.tar.gz
Algorithm Hash digest
SHA256 d2418b8afb9ec2a26ca84af1288751a18fdba2ece2ad8597a198e9776aec605c
MD5 83bb063d5fb4d6945001c3558a873fef
BLAKE2b-256 c740a63e57c1bba361e24473c26d5a27bff5b2c68c45ff5e6507b5d2a9568578

See more details on using hashes here.

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