DCGM / pero_ocr_web

BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

API for the upload of images for processing #70

Closed zabak closed 2 years ago

zabak commented 2 years ago

Create an API which would allow upload of a list of images into PERO web version from another system (ProArc or other digitisation software).

Use case: user digitizes a book. They do OCR of all pages via the API. The user then uploads images and OCR into a digitisation workflow system (ProArc). The user then decides to correct/improve the OCR of some pages through PERO web interface. The digitisation system then batch uploads selected page images to pero web and redirects the user to that document on PERO OCR web app. After the user finishes his changes, he returns to ProArc and initiates download of the new OCR for those pages. Previous OCR files for those pages are replaced.

API requirements:

Returns PERO id of the document.

michal-hradis commented 2 years ago

Done. Implemented in 912b25d43dde04065d5e1b27514739a85968a0f6.