Skip to content

Instantly share code, notes, and snippets.

View ashwinhim1999's full-sized avatar

ashwinhim1999

View GitHub Profile
@ashwinhim1999
ashwinhim1999 / main.py
Created October 30, 2025 07:02
pdf_scraper
import os
import re
import sys
import json
import time
import random
import subprocess
import requests
import pandas as pd
from pathlib import Path
import os
import cv2
import numpy as np
# --- 1. CONFIGURATION ---
# <--- IMPORTANT: SET THIS TO YOUR ROOT FOLDER
# This path assumes your 'ss' folder is in the same directory as the script.
# Change it if your folder is somewhere else.
ROOT_FOLDER = r"ss"