This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function() { | |
| 'use strict'; | |
| // map viewport dimensions | |
| var width = 460, | |
| height = 650; | |
| // create a scale of colours for each party, so we can map results to constituency segments | |
| var quantize = d3.scale.quantize() | |
| .domain([1, 11]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "items": [ | |
| { | |
| "alerts": [], | |
| "collection_id": "cmdweeklydeathsbyregion-4c59ec99571265d18ea4812ce6663bdf22f9030a27463fc77c59134ab470ef51", | |
| "dataset_id": "weekly-deaths-region", | |
| "dimensions": [ | |
| { | |
| "label": "Time", | |
| "links": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "items": [ | |
| { | |
| "label": "England", | |
| "links": { | |
| "code": { | |
| "href": "https://api.beta.ons.gov.uk/v1/code-lists/administrative-geography/codes/E92000001", | |
| "id": "E92000001" | |
| }, | |
| "code_list": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "items": [ | |
| { | |
| "edition": "dummy_edition_1", | |
| "id": "dummy_id_1", | |
| "links": { | |
| "dataset": { | |
| "href": "https://example.com/dummy/dataset", | |
| "id": "dummy_dataset" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "items": [ | |
| { | |
| "label": "dummy_label_1", | |
| "links": { | |
| "code_list": { | |
| "href": "https://example.com/dummy/code-list-1", | |
| "id": "dummy_code_list_1" | |
| }, | |
| "options": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "alerts": [], | |
| "collection_id": "cmdwellbeingquarterly-db828f15ada89418dd4a42b7f5f5d23ec7fcb5f8fc7715abbea8a5091fdbf3e3", | |
| "dimensions": [ | |
| { | |
| "label": "Time", | |
| "links": { | |
| "code_list": {}, | |
| "options": {}, | |
| "version": {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.1.0", | |
| "info": { | |
| "title": "Gradio PaddleOCR Text Extraction API", | |
| "description": "\n# PaddleOCR Text Extraction API\n\nA comprehensive web application for extracting text from images using PaddleOCR with AI-powered text cleanup.\n\n## Features\n\n* **Single Image Processing**: Extract text from individual images with column-based reading order\n* **Batch Processing**: Process entire folders of images in parallel\n* **AI-Powered Cleanup**: Automatic text correction using Ollama (dolphin3 model)\n* **Debug Tools**: Detailed OCR process visualization and analysis\n* **Playlists**: AI-powered image collections based on OCR text content\n* **Database Persistence**: MySQL integration for storing OCR results\n\n## Supported Image Formats\n\nJPG, JPEG, PNG, BMP, TIFF, TIF, WEBP\n\n## Main Interface\n\nThis API serves a Gradio web interface at the root path (`/`) with the following tabs:\n- **Single Image**: Upload and process individual images\n- **Batch Processing**: Manage bat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://askubuntu.com/questions/814555/i-cant-install-gdebi-package-installer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1 - - 2 | |
| | | | |
| | | | |
| 4 - - 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| A = [ | |
| # 1 2 3 4 | |
| [0, 1, 0, 1], #1 | |
| [1, 0, 1, 0], #2 | |
| [0, 1, 0, 1], #3 | |
| [1, 0, 1, 0], #4 | |
| ] |
NewerOlder