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.2.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.2.tar.gz.
File metadata
- Download URL: scalableocrs-0.0.2.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 |
4760af024f1fcd0e78687dc40e602a2f271c35fb71ef64af0c7d13571ef0b3c7
|
|
| MD5 |
d3f5e47308db07e61f0a773f42303d3f
|
|
| BLAKE2b-256 |
3a3676023939b7dffeee3feab4fe187fa56d8c14c01f7237f3d065cbba800fc7
|
File details
Details for the file scalableocrs-0.0.2-py3-none-any.whl.
File metadata
- Download URL: scalableocrs-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.8 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 |
9f6f30424e34c4444378be02b128b2427eca0a3901cb95a0d7fc7efbb7ce8d8c
|
|
| MD5 |
df68725b21eee72b23f394f524f5f848
|
|
| BLAKE2b-256 |
668ae4a2ac01656a212d72607a3998eb8151331940b7c70c3fd57078f1e81755
|