Skip to content

Instantly share code, notes, and snippets.

View torreypayne's full-sized avatar

Torrey Payne torreypayne

  • Kodex
  • San Francisco, CA
View GitHub Profile
@dshorthouse
dshorthouse / ruby_ocr.rb
Last active April 2, 2025 07:39
OCR Image-based PDF in ruby
require 'parallel'
require 'rtesseract'
require 'mini_magick'
source = "/MyDirectory/my.pdf"
doc = {}
pdf = MiniMagick::Image.open(source)
Parallel.map(pdf.pages.each_with_index, in_threads: 8) do |page, idx|
tmpfile = Tempfile.new(['', '.tif'])
MiniMagick::Tool::Convert.new do |convert|
@kennwhite
kennwhite / 1944_OSS_Simple_Sabotage_Field_Manual.md
Last active February 11, 2025 11:57
1944 OSS Simple Sabotage Field Manual