Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

OCR Runner - Command Line Application for processing image files using Google Cloud Vision API and Google Cloud Document AI.

License

NotificationsYou must be signed in to change notification settings

wintermi/ocr-runner

Repository files navigation

WorkflowsGo ReportLicenseRelease

Description

A command line application designed to recursively walk through the input path submitting all image files for optical character recognition (OCR) via either the Google Cloud Vision API or a Google Cloud Document AI processor if a prediction endpoint is provided. The application will then output the image information and annotations to a single newline delimited JSON File.

USAGE:    ocr-runner -i PATH -o FILEARGS:  -endpoint string        Document AI Prediction Endpoint  (Optional)  -full        Output full details to JSON  -i string        Input Path  (Required)  -o string        Output File  (Required)  -verbose        Display verbose or debug detail

Valid File Extensions

The application will automatically filter out all files that do not have one of the following extensions:

  • .bmp
  • .gif
  • .jpg
  • .jpeg
  • .pdf
  • .png
  • .tif
  • .tiff
  • .webp

License

ocr-runner is released under theApache License 2.0 unless explicitly mentioned in the file header.

About

OCR Runner - Command Line Application for processing image files using Google Cloud Vision API and Google Cloud Document AI.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp