No project description provided
Project description
Pyreadable
A lightweight Python module to check weather a PDF file contains only machine readable text or not.
from pyreadable import is_machine_readable
# you can also provide margin_pts, dpi for the pdf. By default these parameters are set to 72.
print(is_machine_readable(file_path))
Sample Output:
>>> (True,1.0)
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
pyreadable-0.1.tar.gz
(2.8 kB
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
File details
Details for the file pyreadable-0.1.tar.gz.
File metadata
- Download URL: pyreadable-0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1433b8da1dffa152802eb6092cecc7cd5ab872b4917848b1597b3c82dbeadf9
|
|
| MD5 |
29e1b889b6ce0bea06f60d104c7ef8e2
|
|
| BLAKE2b-256 |
82fc1f39a45992512c985d91d7ea932ab33f3d6c62e832f8205562e4784f938c
|
File details
Details for the file pyreadable-0.1-py3-none-any.whl.
File metadata
- Download URL: pyreadable-0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24d9a875721c8dac217a0f7b002674325809fcb3330bfbf54a26ee92af39e7d3
|
|
| MD5 |
3993f22649777b2c7a46cb786e696ab1
|
|
| BLAKE2b-256 |
ff45ddeb131659cdc1d5bdcfbba54f29f72560fe0dd56a7f84cc8426aad4d874
|