Skip to content

Instantly share code, notes, and snippets.

View jpovedap's full-sized avatar

Jorge Poveda Pérez jpovedap

View GitHub Profile
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "URDocumentResult",
"type": "object",
"properties": {
"version": { "type": "integer" },
"type": { "type": "string" },
"model": { "type": "string" },
"ocr": {
"type": "object",