Coder Social home page Coder Social logo

ocr's Introduction

OCR

built & tested using Python 3.11.2

Minimal version of Python script that finds PDF files in speficied directory, converts them into .txt files using Python Tesseract & saves final files in same directory as original PDF files.

Installation (on windows 10)

  1. clone repo
  2. enter repo directory: cd ocr
  3. install Python tesseract
  4. create virtual environment: py -m venv venv
  5. activate virtual environment: venv\Scripts\activate.bat
  6. update pip: py -m pip install --upgrade pip
  7. install requirements: pip install -r requirements.txt
  8. run program as described below (Usage)

Usage (on windows 10)

  1. run py ocr.py
  2. follow instructions & prompts of program

Quickstart

  1. run py ocr.py
  2. press Enter to use sample PDFs in ./samplePDFs subdirectory by default

What happens

ocr.py creates .txt files with content of all PDFs in given directory

  • for each PDF in target directory (default: ./samplePDFs): pdf2image module used to convert PDFs in into images
    • for each image
      • pytesseract module used to convert text in image to string, then appends text to .txt file with name of original PDF & saves alongside original PDF
  • process takes up to 10 minutes
  • content of ./samplePDFs expected to look like ./samplePDFsResult eventually

Resources

sample PDFs

Limitations / Known Issues

  • potentially inaccurate - depending on quality, structure & content of input PDFs (images, charts, ...)

Potential Improvements

  • adjust OCR settings to real world input PDFs (to achieve best results for expected input)
  • create REST API to get share results with clients (long-term?)
    • authentication & encryption (e.g. using JSON Web Token)

ocr's People

Contributors

sammeeey avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.