OCR
Posted: Mon Mar 18, 2024 9:36 am
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="description" content="Gateway to resources for new and experienced LiveCode developers." />
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=2.0" />
<link rel="shortcut icon" type="image/x-icon" href="https://livecode.com/wp-content/themes/livecode2013/ims/livecode_favicon.png">
<link rel="stylesheet" href="https://livecode.com/wp-content/themes/livecode2013/css/normalize.css">
<link type="text/css" href="https://livecodeshare.runrev.com/styles.css" rel="stylesheet" media="screen" />
<link type="text/css" href="https://livecodeshare.runrev.com/foldbar.css" rel="stylesheet" media="screen" />
<link type="text/css" href="https://livecodeshare.runrev.com/code.css" rel="stylesheet" media="screen" />
<link type="text/css" rel="stylesheet" href="https://livecodeshare.runrev.com/comments.css" />
<link type="text/css" rel="stylesheet" href="https://livecodeshare.runrev.com/runrev-custom.css" />
<link type="text/css" rel="stylesheet" href="https://livecodeshare.runrev.com/css/companynav.css" />
<link type="text/css" rel="stylesheet" href="https://livecodeshare.runrev.com/css/runrev.css" />
<link type="text/css" rel="stylesheet" href="https://livecodeshare.runrev.com/css/companynav-custom.css" />
<link rel="stylesheet" href="https://livecode.com/wp-content/themes/livecode2013/style.css">
<link rel='stylesheet' id='admin-bar-css' href='https://livecode.com/wp-includes/css/admin-bar.min.css?ver=3.5.1' type='text/css' media='all' />
<link rel='stylesheet' id='q-a-plus-css' href='https://livecode.com/wp-content/plugins/q-and-a/css/q-a-plus.css?ver=1.0.6.2' type='text/css' media='screen' />
<link rel='stylesheet' id='hubspot-css' href='https://livecode.com/wp-content/plugins/hubspot/css/hubspot.css?ver=3.5.1' type='text/css' media='all' />
<link rel='stylesheet' id='core3.0-css' href='https://livecode.com/wp-content/plugins/wp-syntaxhighlighter/syntaxhighlighter3/styles/shCore.css?ver=3.0' type='text/css' media='all' />
<link rel='stylesheet' id='core-Default3.0-css' href='https://livecode.com/wp-content/plugins/wp-syntaxhighlighter/syntaxhighlighter3/styles/shCoreDefault.css?ver=3.0' type='text/css' media='all' />
<link rel='stylesheet' id='theme-Default3.0-css' href='https://livecode.com/wp-content/plugins/wp-syntaxhighlighter/syntaxhighlighter3/styles/shThemeDefault.css?ver=3.0' type='text/css' media='all' />
<script type="text/javascript">
var s_url = 'https://livecodeshare.runrev.com';
</script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src='https://livecodeshare.runrev.com/include/revonline.js'></script>
<title>revOnline | RunRev</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body style="background-color: white;">
<div id="struct-contents">
<div id="struct-holder">
<div id="struct-page">
<div id="struct-page-banner" style="background:URL('https://livecodeshare.runrev.com/images/banner-revonline-home.png') left top no-repeat; height:140px">
<div id="search-form-wrapper">
<form id="search-form" method="post" action='https://livecodeshare.runrev.com/search/'>
<div id="search-form-right"><input id="search-button" type="image" name="Search" value="Search" src='https://livecodeshare.runrev.com/images/revonline-search.gif' /></div>
<div id="seach-form-left"><input id="search-term" type="text" name="term" value="Enter Search Term" onclick="javascript: searchSetText('');" onblur="javascript: searchResetText();" /></div>
</form>
</div>
</div>
<div id="struct-page-middle-holder">
<div id="struct-page-middle-content" >
</div>
</div>
</div>
</div>
<div id="image-menu-bg"></div>
<div id="image-menu-top"></div>
<div id="image-menu-bottom"></div>
</body>
</html>
Edit: Oh, that was one of the LCS + JS demos from Hermann Hoch, he took a few of his stacks off of that site out of frustration at one point, and sadly they aren't in any WaybackMachine snap shot either.richmond62 wrote: ↑Mon Mar 18, 2024 9:36 am https://www.mail-archive.com/use-liveco ... 04595.html
?
It sounds like this was a stack with the JavaScript (Emscripten webasm) port here:The library is included in the stack, so you can use it offline.
The License is GNU GENERAL PUBLIC v3.0
Well aware of that as have used it several times with my MacOS Sonoma box to 'rejuvenate' academic PDF documents from the early 90s of my wife (i.e. PDFs with no embedded text layer).If you have newer macOS Ventura and above, instant Optical Character Recognition is built into the OS now.
But if you DO have a recent macOS machine, access to one (or otherwise use some alternative method to run a recent macOS, perhaps via the magic 'the cloud'), Then you can save an image like that's had it's text recognized, as PDF and THEN you can use OXT Apple PDF wrapper extension to extract the plain text (possibly even Rich Text) that you can then use for anything anywhere.richmond62 wrote: ↑Tue Mar 26, 2024 7:44 amWell aware of that as have used it several times with my MacOS Sonoma box to 'rejuvenate' academic PDF documents from the early 90s of my wife (i.e. PDFs with no embedded text layer).If you have newer macOS Ventura and above, instant Optical Character Recognition is built into the OS now.
However, "as we all know" (why does that phrase make me want to throw up?), not everyone has the dubious benefits of either MacOS 13 or 14 . . .