Skip to content

OSC-JYU/MD-tesseract

Repository files navigation

Image to text

curl -X POST -H "Content-Type: multipart/form-data" \
  -F "request=@test/image2text.json;type=application/json" \
  -F "content=@test/sample.png" \
  http://localhost:8400/process

Image to searcable pdf

curl -X POST -H "Content-Type: multipart/form-data" \
  -F "request=@test/image2pdf.json;type=application/json" \
  -F "content=@test/sample.png" \
  http://localhost:8400/process

Orientation detection:

curl -X POST -H "Content-Type: multipart/form-data"      -F "request=@test/orientation_detection.json;type=application/json"     -F "content=@test/sample.png"           http://localhost:8400/process

About

MessyDesk wrapper for Tesseract-ocr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published