Skip to content

problem with extracting some hebrew font #39

Description

@alonmoor

קסם חנוכה A3.pdf
ayom2p001.txt
ayomreg027.txt

ayom2p001.pdf
ayom2p027.pdf

$directory = 'private://filedepot';
$files = file_scan_directory($directory, '/.*/');
$i = 0;
foreach ($files as $file) {
if (pathinfo($file->uri, PATHINFO_EXTENSION) == 'pdf') {
$pdf = new PdfToText ($file->uri , PdfToText );
output ( $pdf -> Text ) ;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions