{"id":13,"date":"2026-08-29T06:14:30","date_gmt":"2026-08-29T06:14:30","guid":{"rendered":"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/"},"modified":"2026-09-06T08:42:53","modified_gmt":"2026-09-06T08:42:53","slug":"automated-video-text-extraction-tool","status":"publish","type":"post","link":"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/","title":{"rendered":"VideoTex: Automated Video Text Extraction &#038; AI Subtitle Generator"},"content":{"rendered":"<h1>VideoTex: Automated Video Text Extraction &#038; AI Subtitle Generator<\/h1>\n<div class=\"callout\" style=\"background:#f0f9ff; border-left:4px solid #0284c7; padding:15px; margin:20px 0; border-radius:4px;\">\n<h3>Key Takeaways<\/h3>\n<ul>\n<li>End-to-end automation for video text extraction and subtitle generation<\/li>\n<li>Combines on-screen text OCR with speech-to-text transcription<\/li>\n<li>Searchable database of video content with timestamped references<\/li>\n<li>Developer-friendly REST API for integration with existing workflows<\/li>\n<li>Scalable Django architecture with Docker deployment<\/li>\n<\/ul>\n<\/div>\n<h2>The Challenge: Why VideoTex Was Built<\/h2>\n<p>In today&#8217;s video-dominated content landscape, organizations face significant challenges in making video content searchable and accessible. Traditional approaches require:<\/p>\n<ul>\n<li>Manual transcription services costing $1-5\/minute<\/li>\n<li>Disconnected tools for OCR and speech recognition<\/li>\n<li>No unified platform for text extraction and search<\/li>\n<li>Technical barriers to timestamp synchronization<\/li>\n<\/ul>\n<p>VideoTex was developed to solve these problems with an integrated, automated solution that handles the entire workflow from video ingestion to searchable text output.<\/p>\n<h2>Core Architecture &#038; Technical Stack Deep-Dive<\/h2>\n<p>The VideoTex platform combines several powerful technologies into a cohesive video processing pipeline:<\/p>\n<h3>Processing Pipeline Architecture<\/h3>\n<pre><code>Video Input \u2192 FFmpeg Processing \u2192 Speech-to-Text Engine \u2192\nOCR Processing \u2192 Text Normalization \u2192 PostgreSQL Indexing \u2192\nAPI\/Dashboard Output<\/code><\/pre>\n<h3>Key Technical Components<\/h3>\n<ul>\n<li><strong>Django<\/strong>: Core web framework handling user management, API endpoints, and task orchestration<\/li>\n<li><strong>PostgreSQL<\/strong>: Full-text search capabilities with pg_trgm extension for fuzzy matching<\/li>\n<li><strong>FFmpeg<\/strong>: Video frame extraction, audio isolation, and format conversion<\/li>\n<li><strong>Speech-to-Text Engine<\/strong>: Custom-trained model balancing accuracy and performance<\/li>\n<li><strong>Docker Compose<\/strong>: Containerized deployment for easy scaling<\/li>\n<\/ul>\n<h2>Key Features Breakdown &#038; Practical Benefits<\/h2>\n<h3>Automated Transcription &#038; Subtitles<\/h3>\n<p>Generates accurate, timestamped subtitles in multiple formats (SRT, VTT) with configurable accuracy thresholds.<\/p>\n<h3>On-Screen Text Extraction<\/h3>\n<p>Uses advanced OCR techniques to capture text from video frames, including whiteboard content and presentation slides.<\/p>\n<h3>Unified Content Search<\/h3>\n<p>Search across both spoken words and on-screen text with timestamped results that jump directly to relevant video segments.<\/p>\n<h3>Developer API<\/h3>\n<p>RESTful endpoints for programmatic video submission, status checking, and result retrieval with webhook support.<\/p>\n<h2>Real-World Use Cases &#038; Applications<\/h2>\n<ul>\n<li><strong>Education<\/strong>: Index lecture videos by spoken content and slide text<\/li>\n<li><strong>Media Monitoring<\/strong>: Track brand mentions across video interviews<\/li>\n<li><strong>Content Creators<\/strong>: Automate subtitle generation for YouTube\/Vimeo<\/li>\n<li><strong>Corporate Training<\/strong>: Make internal videos searchable<\/li>\n<li><strong>Accessibility<\/strong>: Generate captions for hearing-impaired viewers<\/li>\n<\/ul>\n<h2>How It Works: Step-by-Step Workflow<\/h2>\n<ol>\n<li>User uploads video file via web interface or API<\/li>\n<li>System extracts audio track and video frames<\/li>\n<li>Parallel processing: Speech-to-text and OCR execution<\/li>\n<li>Text normalization and timestamp alignment<\/li>\n<li>Results stored in search-optimized database<\/li>\n<li>User accesses transcripts\/subtitles via dashboard or API<\/li>\n<\/ol>\n<h2>Comparison: VideoTex vs Traditional Approaches<\/h2>\n<table>\n<thead>\n<tr>\n<th>Feature<\/th>\n<th>VideoTex<\/th>\n<th>Traditional Methods<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Processing Speed<\/td>\n<td>10-30x faster (automated)<\/td>\n<td>Manual\/human timelines<\/td>\n<\/tr>\n<tr>\n<td>Cost<\/td>\n<td>Fraction of human transcription<\/td>\n<td>$1-5 per minute<\/td>\n<\/tr>\n<tr>\n<td>Search Capability<\/td>\n<td>Unified text search<\/td>\n<td>Separate systems<\/td>\n<\/tr>\n<tr>\n<td>Accuracy<\/td>\n<td>Configurable precision<\/td>\n<td>Inconsistent quality<\/td>\n<\/tr>\n<tr>\n<td>Integration<\/td>\n<td>API-first approach<\/td>\n<td>Manual exports\/imports<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Frequently Asked Questions (FAQ)<\/h2>\n<div itemscope itemtype=\"https:\/\/schema.org\/FAQPage\">\n<div itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<h3 itemprop=\"name\">What video formats does VideoTex support?<\/h3>\n<div itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n<div itemprop=\"text\">\n<p>VideoTex supports all major formats including MP4, MOV, AVI, and MKV through FFmpeg&#8217;s conversion capabilities.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<h3 itemprop=\"name\">How accurate is the speech-to-text conversion?<\/h3>\n<div itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n<div itemprop=\"text\">\n<p>Accuracy ranges from 85-95% depending on audio quality, with configurable confidence thresholds for professional use cases.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<h3 itemprop=\"name\">Can I edit the generated transcripts?<\/h3>\n<div itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n<div itemprop=\"text\">\n<p>Yes, the web dashboard includes an intuitive editor for correcting and enhancing auto-generated text content.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<h3 itemprop=\"name\">Is there batch processing capability?<\/h3>\n<div itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n<div itemprop=\"text\">\n<p>The API supports batch processing of multiple videos with webhook notifications upon completion.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h2>Conclusion &#038; Next Steps<\/h2>\n<p>VideoTex represents a significant leap forward in making video content as searchable and accessible as text documents. By combining multiple text extraction methods with a robust search infrastructure, it solves real problems for content creators, educators, and enterprises.<\/p>\n<p>To experience VideoTex in action, visit the <a href=\"https:\/\/video.nevatal.tech\" rel=\"noopener\">live demo<\/a> or contact the development team for integration opportunities.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>VideoTex is an advanced web platform for automated video text extraction, speech-to-text transcription, and subtitle processing, built with Django and powerful multimedia processing tools.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","footnotes":""},"categories":[37],"tags":[14,5,39,40,41,38],"class_list":["post-13","post","type-post","status-publish","format-standard","hentry","category-video-audio-processing","tag-django","tag-postgresql","tag-speech-to-text","tag-subtitle-generator","tag-video-analysis","tag-video-processing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>VideoTex: Automated Video Text Extraction &amp; AI Subtitle Generator<\/title>\n<meta name=\"description\" content=\"VideoTex automates video text extraction, AI speech-to-text transcription &amp; subtitle generation. Boost accessibility &amp; searchability with this Django-powered video processing platform.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VideoTex: Automated Video Text Extraction &amp; AI Subtitle Generator\" \/>\n<meta property=\"og:description\" content=\"VideoTex automates video text extraction, AI speech-to-text transcription &amp; subtitle generation. Boost accessibility &amp; searchability with this Django-powered video processing platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/\" \/>\n<meta property=\"og:site_name\" content=\"Nevatal\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-29T06:14:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-06T08:42:53+00:00\" \/>\n<meta name=\"author\" content=\"play258\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"play258\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/08\\\/29\\\/automated-video-text-extraction-tool\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/08\\\/29\\\/automated-video-text-extraction-tool\\\/\"},\"author\":{\"name\":\"play258\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"headline\":\"VideoTex: Automated Video Text Extraction &#038; AI Subtitle Generator\",\"datePublished\":\"2026-08-29T06:14:30+00:00\",\"dateModified\":\"2026-09-06T08:42:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/08\\\/29\\\/automated-video-text-extraction-tool\\\/\"},\"wordCount\":556,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"keywords\":[\"Django\",\"PostgreSQL\",\"Speech to Text\",\"Subtitle Generator\",\"Video Analysis\",\"Video Processing\"],\"articleSection\":[\"Video &amp; Audio Processing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/08\\\/29\\\/automated-video-text-extraction-tool\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/08\\\/29\\\/automated-video-text-extraction-tool\\\/\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/08\\\/29\\\/automated-video-text-extraction-tool\\\/\",\"name\":\"VideoTex: Automated Video Text Extraction & AI Subtitle Generator\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#website\"},\"datePublished\":\"2026-08-29T06:14:30+00:00\",\"dateModified\":\"2026-09-06T08:42:53+00:00\",\"description\":\"VideoTex automates video text extraction, AI speech-to-text transcription & subtitle generation. Boost accessibility & searchability with this Django-powered video processing platform.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/08\\\/29\\\/automated-video-text-extraction-tool\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/08\\\/29\\\/automated-video-text-extraction-tool\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/08\\\/29\\\/automated-video-text-extraction-tool\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wordpress.nevatal.id\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"VideoTex: Automated Video Text Extraction &#038; AI Subtitle Generator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#website\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/\",\"name\":\"Nevatal\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wordpress.nevatal.id\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\",\"name\":\"play258\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"contentUrl\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"width\":190,\"height\":266,\"caption\":\"play258\"},\"logo\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\"},\"sameAs\":[\"https:\\\/\\\/wordpress.nevatal.id\"],\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/author\\\/play258\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"VideoTex: Automated Video Text Extraction & AI Subtitle Generator","description":"VideoTex automates video text extraction, AI speech-to-text transcription & subtitle generation. Boost accessibility & searchability with this Django-powered video processing platform.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/","og_locale":"en_US","og_type":"article","og_title":"VideoTex: Automated Video Text Extraction & AI Subtitle Generator","og_description":"VideoTex automates video text extraction, AI speech-to-text transcription & subtitle generation. Boost accessibility & searchability with this Django-powered video processing platform.","og_url":"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/","og_site_name":"Nevatal","article_published_time":"2026-08-29T06:14:30+00:00","article_modified_time":"2026-09-06T08:42:53+00:00","author":"play258","twitter_card":"summary_large_image","twitter_misc":{"Written by":"play258","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/#article","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/"},"author":{"name":"play258","@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"headline":"VideoTex: Automated Video Text Extraction &#038; AI Subtitle Generator","datePublished":"2026-08-29T06:14:30+00:00","dateModified":"2026-09-06T08:42:53+00:00","mainEntityOfPage":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/"},"wordCount":556,"commentCount":0,"publisher":{"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"keywords":["Django","PostgreSQL","Speech to Text","Subtitle Generator","Video Analysis","Video Processing"],"articleSection":["Video &amp; Audio Processing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/","url":"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/","name":"VideoTex: Automated Video Text Extraction & AI Subtitle Generator","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/#website"},"datePublished":"2026-08-29T06:14:30+00:00","dateModified":"2026-09-06T08:42:53+00:00","description":"VideoTex automates video text extraction, AI speech-to-text transcription & subtitle generation. Boost accessibility & searchability with this Django-powered video processing platform.","breadcrumb":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress.nevatal.id\/2026\/08\/29\/automated-video-text-extraction-tool\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wordpress.nevatal.id\/"},{"@type":"ListItem","position":2,"name":"VideoTex: Automated Video Text Extraction &#038; AI Subtitle Generator"}]},{"@type":"WebSite","@id":"https:\/\/wordpress.nevatal.id\/#website","url":"https:\/\/wordpress.nevatal.id\/","name":"Nevatal","description":"","publisher":{"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordpress.nevatal.id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73","name":"play258","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","url":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","contentUrl":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","width":190,"height":266,"caption":"play258"},"logo":{"@id":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg"},"sameAs":["https:\/\/wordpress.nevatal.id"],"url":"https:\/\/wordpress.nevatal.id\/author\/play258\/"}]}},"_links":{"self":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":1,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/13\/revisions"}],"predecessor-version":[{"id":82,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/13\/revisions\/82"}],"wp:attachment":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/media?parent=13"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/categories?post=13"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/tags?post=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}