Skip to content
View RobinXL's full-sized avatar
  • Silicon Valley
Block or Report

Block or report RobinXL

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. inkml2img inkml2img Public

    Convert inkml to image

    Python 22 15

  2. Convert image with correct DPI for t... Convert image with correct DPI for tesseract OCR purpose
    1
    from subprocess import Popen,PIPE, check_output
    2
    import os, sys
    3
    import tempfile
    4
    import uuid
    5
    import cv2
  3. Handwritten-Math-Equation-Image-Generator Handwritten-Math-Equation-Image-Generator Public

    This repo generates handwritten math equation image may apply to any uses

    Python 12 6

  4. pdftoimage pdftoimage Public

    Yet another pdf to image

    Python 1