Skip to content

kaytwo/trigramosaurus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trigramosaurus

scripts to automate trigramosaurus and other qwantz related toys

There is a nascent option to batch analyze a directory full of dinosaur comics. It will save the text from each comic into a database with this schema:

database schema

create table comics(
  id integer primary key,
  filename text);

create table lines(
  id integer primary key,
  comic_id integer,
  panel_id integer,
  line_id integer,
  line text);

This schema will be changed once I know who is talking using callout detection.

WIPs

accented characters (at least those used in french) grave e and acute e done because they're in my test suite

callout detection✓

works

"something went wrong" detection ✓ need a proper/standard way to report this

uncertainty

uncertainty is a measure of how much went wrong during transcription. if uncertainty = 0, i'm reasonably sure that the transcription is correct. things that increase uncertainty: a contiguous area was erased that wasn't all black

todos

denote italics in text version, right now that info is dropped

recursive callouts

hyphenation detection

About

scripts to automate trigramosaurus and other qwantz related toys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages