Updated Minimal example that showcases PDF rendering with text selection enabled (markdown)

Yury Delendik 2014-03-03 19:04:34 -08:00
parent acdbbfe612
commit 3814bdbec9

@ -399,7 +399,7 @@ window.onload = function () {
page.getTextContent().then(function (textContent) {
var textLayer = new TextLayerBuilder($textLayerDiv.get(0));
textLayer.setTextContent(textContent);
textLayer.setTextContent({bidiTexts: textContent});
var renderContext = {
canvasContext: context,