Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

boost text extraction using ocr and made it scalable

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages