Skip to content

Instantly share code, notes, and snippets.

View PizzaShift's full-sized avatar
🎯
Focusing

This Is Not A Test. PizzaShift

🎯
Focusing
View GitHub Profile
@PizzaShift
PizzaShift / README.md
Created October 5, 2020 01:48 — forked from minhajuddin/README.md
Script to retrieve content from google cache
@akash-ch2812
akash-ch2812 / Marking_ROI.py
Last active January 17, 2024 06:11
Python code for marking regions of interest in an image for OCR
# use this command to install open cv2
# pip install opencv-python
# use this command to install PIL
# pip install Pillow
import cv2
from PIL import Image
def mark_region(imagE_path):