Yanked
This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 0.0.2 instead.
scalableOcrs
Python package related to scaling searches
import scalableOcrs
from scalableOcrs import ocr
from pprint import pprint
if __name__=="__main__":
N = 2
pdf_path = [
r"C:\Users\gprak\Downloads\Github Repos\Portfolio-Site\resume\resume.pdf"
]*N
det_arch="linknet_resnet50"
reco_arch="crnn_vgg16_bn"
progress_bar = True
texts = ocr.extract_text_from_pdfs(pdf_path,det_arch,reco_arch,progress_bar)
pprint(texts)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scalableocrs-0.0.1.tar.gz
(2.7 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 scalableocrs-0.0.1.tar.gz.
File metadata
- Download URL: scalableocrs-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c648911f87215f38905e4f9198d50937a20e11b01e41fcc37f7a749fc5a4f27e
|
|
| MD5 |
bfacd210a3e717d0351d1ec8f4975161
|
|
| BLAKE2b-256 |
81ed9dd0e35770633753db411a64477bbdec584cc567971ac9e97273dc5e72bc
|
File details
Details for the file scalableocrs-0.0.1-py3-none-any.whl.
File metadata
- Download URL: scalableocrs-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3de9f793947949dce275859df611fd5cadcd5c57a00b3b824d5f80e0938ce51
|
|
| MD5 |
702a1710087614e673c07411cb3f1ae7
|
|
| BLAKE2b-256 |
5da779343aab468093b7a6e3bd48652a14df81e0f45f770e81d5ce04e3d42909
|