当前位置:网站首页>Is there any charge for PDF processing? impossible!
Is there any charge for PDF processing? impossible!
2022-07-24 11:30:00 【InfoQ】
Link to the original text :
DevWeekly | The first 2 period : Refactoring code 10 Best practice
- StarAnd collect itemsDevWeekly
- Focus onYou know :Jackpop
Open source project
1.
dot
2.
codecat

- according to Regex Custom rules for recursive code search
- Syntax highlights in the code view
- A system for managing rules
- Control users' resources
- according to IP Address allow list control HTTP Resources accessed
- follow OWASP Application of safety practices
3.
OCRmyPDF
- Based on the ordinary PDF Generate a searchable PDF/A file
- take OCR The text is placed exactly under the image , To facilitate replication / Paste
- Maintain the accurate resolution of the original embedded image
- Optimize PDF Images , The generated file is usually smaller than the input file
- Use Tesseract OCR engine , Support to identify 100 A variety of languages
- Can handle thousands of pages of documents
4.
data-diff
5.
cfg4j
- Auto reload configuration
- Powerful configuration mechanism ( Interface binding , Multi source support and fallback strategy , Merger and so on ).
- Distributed environment friendly ( cache , Support multiple environments [ test , Pre development , production ],......)
- Reading configuration :Consul、Git repos(YAML and / Or attributes )、 file 、Classpath, ...
- And DI Seamless integration of containers :Spring、Guice etc.
- And Metrics Library integration to show performance metrics
- After a lot of testing (99% Code coverage )
- Complete documentation
6.
Decompiler

7.
scrutiny

- Web UI instrument panel
- smartd Integrate
- Automatically detect all connected hard disks Historical trend S.M.A.R.T Index tracking
- Customize thresholds with realistic failure rates
- Temperature tracking
8.
sake
- Mission 、 Automatic completion of servers and labels
- adopt SSH Enter the server or docker Containers
- adopt sake list servers|tasks List servers / Mission
- Display task output in tabular format sake run <task> result
9.
codewarrior
- Search for code through coincidence code mode
- Custom rule
- With network socket resources HTTPd View
- Recursive scanning
- Highlight syntax through programming language
- Control through the Allow list IP Address access resources
10.
wayfire
Resource tools
1.
Pomsky
# String
'hello world' # hello world
# Greedy repetition
'hello'{1,5} # (?:hello){1,5}
'hello'* # (?:hello)*
'hello'+ # (?:hello)+
# Lazy repetition
'hello'{1,5} lazy # (?:hello){1,5}?
'hello'* lazy # (?:hello)*?
'hello'+ lazy # (?:hello)+?
# Alternation
'hello' | 'world' # hello|world
2.
GameShell

3.
Commands.dev

4.
PyScript

5.
Hedy

Technical articles
1.
use Java and Python Conduct data statistics and analysis
2.
Refactoring code 10 Best practice
边栏推荐
- Idea runs the wordcount program (detailed steps)
- This should be postman, the most complete interface testing tool in the whole network
- [deserialization vulnerability-02] principle test and magic method summary of PHP deserialization vulnerability
- The U.S. Department of Homeland Security launched an investigation into the electronic communication records deleted by the secret service during the riots in the Capitol
- [QNX Hypervisor 2.2用户手册]9.2 cmdline
- 链表——剑指offer面试题 02.07. 链表相交
- [golang] golang implements the URLEncode URLDecode function
- String - Sword finger offer 05. replace spaces
- Best practice | using Tencent cloud AI character recognition to realize enterprise qualification certificate recognition
- Only "a little bit", why do developers look up to you?
猜你喜欢

The third day of hcip mGRE experiment

Ask n! How many zeros are there behind

使用Prometheus+Grafana实时监控服务器性能

链表——142. 环形链表 II

JPS has no namenode and datanode reasons

Text message verification of web crawler

Lanqiao cup provincial training camp - stack and recursion

网络爬虫之短信验证

有关并行的两个重要定律

【Markdown语法高级】让你的博客更精彩(四:设置字体样式以及颜色对照表)
随机推荐
Shell script
高频笔试题(蔚来)
Stm32+esp8266+mqtt protocol connects Alibaba cloud Internet of things platform
【Golang】golang实现urlencode urldecode函数
JMeter interface test steps - Installation Tutorial - script recording - concurrent test
Introduction to Devops and common Devops tools
Leetcode 112. path sum
Over the weekend, I had a dinner with the technology gurus and talked about the "golden nine and silver ten" peak of the software testing industry [the trend of involution has been formed]
运算放大器 —— 快速复苏笔记[贰](应用篇)
What is the charm of CSDN members? What's the use of him?
PDF处理还收费?不可能!
[golang] golang implements sha256 encryption function
This should be postman, the most complete interface testing tool in the whole network
[golang] golang realizes sending wechat service number template messages
[golang] golang implements the string interception function substr
What is cloud native? Why is cloud native technology so popular?
Operational amplifier - Notes on rapid recovery [1] (parameters)
JMeter runtime controller
Easy to understand ES6 (IV): template string
HCIP MGRE实验 第三天