Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add text extraction based on ToUnicode cmap (#314)
* Add ToUnicode CMap text decoding * add new dictionary test * Temporarily switch default parser to pom * Refactor common cmap parse structures for nom implementation * Add unicode tests * Add nom parser for ToUnicode font key * Try to use ToUnicode for text extraction without encoding. * Fix clippy passing unit type warnings in nom parser * Add load unicode async test * Remove option form encode/decode functions delegating error handling on user --------- Co-authored-by: Marinus Enzinger <[email protected]>
- Loading branch information