Skip to content

Instantly share code, notes, and snippets.

import io
from PIL import Image
from fpdf import FPDF
from wand.image import Image as wi
import cv2
import numpy as np
import tesserocr as tr
import os
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Su-s
Su-s / ExtractTarGz.cs
Last active February 5, 2024 10:35 — forked from ForeverZer0/ExtractTarGz.cs
Use pure C# to extract .tar and .tar.gz files
using System;
using System.IO;
using System.IO.Compression;
using System.Text;
namespace TarExample
{
public class Tar
{
/// <summary>