Used for working with documentations in Python.
Project description
PyDoc
A library for interacting with pdf documents.
Installation
pip install py-doc
Get Started
How to use the library:
from py_doc import Document
# Instantiate a Document object
image = Document('path/to/image.jpg')
# Use draw_classifications to find document classifications
image.draw_classifications("outupt.jpg")
# Additionally, if you just want the bounding boxes use get_bounding_box()
image.get_bounding_box()
Documentation
The documentation for this library can be found here.
Examples
This image is a sample of the output of the draw_classifications() method. The bounding boxes are drawn around the document classifications.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py-doc-0.1.0.tar.gz
(11.4 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
py_doc-0.1.0-py3-none-any.whl
(11.4 MB
view details)
File details
Details for the file py-doc-0.1.0.tar.gz.
File metadata
- Download URL: py-doc-0.1.0.tar.gz
- Upload date:
- Size: 11.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dae43e10cb84c2af619c4c9a9b6c96e3cc5329f31f794caca0816fc07b8e5c0
|
|
| MD5 |
12d7a1403205379e056f0a717d98acce
|
|
| BLAKE2b-256 |
2555a8e240866c67cd501535e2656868297cea64c136dd196bf328f346a84ec6
|
File details
Details for the file py_doc-0.1.0-py3-none-any.whl.
File metadata
- Download URL: py_doc-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39e05de45207f04d493219c9f8b490f3c4a8cf3dea392c3499d08eb5de51b6e0
|
|
| MD5 |
f7f79b0d19cfea2a9609c199818f9cf3
|
|
| BLAKE2b-256 |
6d20adea191958d0065aae47c90f93a88302a4c3ec8730d7f01f14426a5c8849
|