Skip to content
View jingchaoluan's full-sized avatar
  • University of Florida
  • University of Florida, Gainesville, FL, USA

Block or report jingchaoluan

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

Popular repositories Loading

  1. OCRService OCRService Public

    This RESTful OCR micro-service designed for extracting text information from images.

    Jupyter Notebook 5 1

  2. BinarizationService BinarizationService Public

    A part of OCR service. The goal is to convert the source image from grayscale to black and white.

    Python 3

  3. SegmentationService SegmentationService Public

    A part of OCR service. The goal is to extract the individual line images from the binarized image.

    Python 2

  4. logstash-patterns-core logstash-patterns-core Public

    Forked from logstash-plugins/logstash-patterns-core

    Ruby

  5. eventuate-examples-java-spring-todo-list eventuate-examples-java-spring-todo-list Public

    Forked from eventuate-examples/eventuate-examples-java-spring-todo-list

    A Java and Spring Boot Todo list application built using Eventuate

    Java

  6. RecognitionService RecognitionService Public

    A part of OCR service. The goal is to recognize and extract all line text from line images, generate line text files and a over-all file.

    Python