You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following test checks the extraction of Thai text from a PDF file generated with LayoutProcessor: src/test/java/com/lowagie/text/pdf/TextExtractTest.java textCreateAndExtractTest2()
The expected text is different from the input text and contains some more spaces.
With the proposed change in https://github.com/vk-github18/OpenPDF-vk2 (Change24)
the test fails because the generated string contains less spaces.
Could some expert in Thai please review if the extracted string in Change24 is correct and clarify the significance of spaces in this example?
Is it acceptable to change the test, sothat it expects the string in Change24?
The text was updated successfully, but these errors were encountered:
@vk-github18 , nice finding. It's quite difficult to check those tests using non-latin alphabets, so any contribution in that point is always a help. This applies also to Chinese, Japanese, Arabic, Hindi and other languages.
The following test checks the extraction of Thai text from a PDF file generated with LayoutProcessor:
src/test/java/com/lowagie/text/pdf/TextExtractTest.java textCreateAndExtractTest2()
The expected text is different from the input text and contains some more spaces.
With the proposed change in
https://github.com/vk-github18/OpenPDF-vk2
(Change24)the test fails because the generated string contains less spaces.
In detail:
Could some expert in Thai please review if the extracted string in Change24 is correct and clarify the significance of spaces in this example?
Is it acceptable to change the test, sothat it expects the string in Change24?
The text was updated successfully, but these errors were encountered: